Sign in
opensecura
/
sw
/
vec_iree
/
da880931073194748b6ea8fecff12202a8518cf6
/
.
/
samples
/
quant_model
/
mobilenet_v1.h
blob: 52775474fd8dc978dfface78fe69abf0ca94ba1e [
file
] [
log
] [
blame
]
#ifndef
SAMPLES_MOBILENETV1_H
#define
SAMPLES_MOBILENETV1_H
#include
<stdint.h>
typedef
struct
{
int
best_idx
;
int
best_out
;
}
MobilenetV1Output
;
#endif