blob: 67b230792d11a5bd2be0ccf1dda93d33987725ea [file] [log] [blame]
#ifndef SAMPLES_MNIST_H
#define SAMPLES_MNIST_H
#include <stdint.h>
typedef struct {
int best_idx;
float best_out;
} MnistOutput;
#endif