Sign in
opensecura
/
sw
/
vec_iree
/
19fc7d5b434725d0c99470cdbaee2aaef585bd38
/
.
/
samples
/
float_model
/
mobilenet_v1.h
blob: 1017ba6fb401023f26619b9632a941d299862d95 [
file
] [
log
] [
blame
]
#ifndef
SAMPLES_MOBILENETV1_H
#define
SAMPLES_MOBILENETV1_H
#include
<stdint.h>
typedef
struct
{
int
best_idx
;
float
best_out
;
}
MobilenetV1Output
;
#endif