Sign in
opensecura
/
sw
/
vec_iree
/
19fc7d5b434725d0c99470cdbaee2aaef585bd38
/
.
/
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