Sign in
opensecura
/
sw
/
vec_iree
/
2a1952ef46cfa7c30d1c1f093c68022f8f88b9e6
/
.
/
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