Sign in
opensecura
/
sw
/
vec_iree
/
8b2f071200a6b7f0edf4f19105dbc0c3052e0b8c
/
.
/
samples
/
float_model
/
mnist.h
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