Searched defs:TfLiteIntArray (Results 1 - 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/contrib/lite/
H A Dcontext.h22 // TfLiteIntArray - stores tensor shapes (dims),
58 } TfLiteIntArray; typedef in typeref:struct:__anon25902
62 TfLiteIntArray* TfLiteIntArrayCreate(int size);
65 int TfLiteIntArrayEqual(TfLiteIntArray* a, TfLiteIntArray* b);
69 TfLiteIntArray* TfLiteIntArrayCopy(TfLiteIntArray* src);
72 void TfLiteIntArrayFree(TfLiteIntArray* v);
177 TfLiteIntArray* dims;
203 void TfLiteTensorReset(TfLiteType type, const char* name, TfLiteIntArray* dim
[all...]

Completed in 54 milliseconds