blob: 52775474fd8dc978dfface78fe69abf0ca94ba1e [file] [log] [blame]
#ifndef SAMPLES_MOBILENETV1_H
#define SAMPLES_MOBILENETV1_H
#include <stdint.h>
typedef struct {
int best_idx;
int best_out;
} MobilenetV1Output;
#endif