24#error "DNNRT library is NOT supported by SubCore."
35#include <dnnrt/runtime.h>
75 int begin(
File &nnbfile,
unsigned char cpu_num = 1);
176 nn_network_t *_network;
200 const float& operator[](
unsigned int index)
const {
int inputShapeSize(unsigned int index, unsigned int shapeindex)
int inputDimension(unsigned int index)
int inputSize(unsigned int index)
DNNVariable & outputVariable(unsigned int index)
int outputShapeSize(unsigned int index, unsigned int shapeindex)
int inputVariable(DNNVariable &var, unsigned int index)
int outputSize(unsigned int index)
int begin(File &nnbfile, unsigned char cpu_num=1)
int outputDimension(unsigned int index)
float * data()
Definition: DNNRT.h:212
unsigned int size()
Definition: DNNRT.h:196
The File class allows for reading from and writing to individual files on the File System.
Definition: File.h:55