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

/external/tensorflow/tensorflow/contrib/lite/
H A Dcontext.h24 // TfLiteTensor - tensor (a multidimensional array)
197 } TfLiteTensor; typedef in typeref:struct:__anon25907
200 void TfLiteTensorFree(TfLiteTensor* t);
206 const void* allocation, TfLiteTensor* tensor);
209 void TfLiteTensorRealloc(size_t num_bytes, TfLiteTensor* tensor);
262 TfLiteTensor* tensors;
269 TfLiteStatus (*ResizeTensor)(struct TfLiteContext*, TfLiteTensor* tensor,

Completed in 1401 milliseconds