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