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