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