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