Sign in
opensecura
/
sw
/
vec_iree
/
f116160714be10db5430c20fbb523719bcc157bc
/
.
/
samples
/
quant_model
/
mobilenet_v2.h
blob: 42b09dc989fa9b48b82eba22b5b96bd7e1a962f4 [
file
] [
log
] [
blame
]
#ifndef
SAMPLES_MOBILENETV2_H
#define
SAMPLES_MOBILENETV2_H
#include
<stdint.h>
typedef
struct
{
int
best_idx
;
int
best_out
;
}
MobilenetV2Output
;
#endif