Searched refs:TfLiteTensorRealloc (Results 1 – 7 of 7) sorted by relevance
48 TfLiteTensorRealloc(data.size() * sizeof(T), tensor.get()); in MakeLiteTensor()67 TfLiteTensorRealloc(data.size() * sizeof(string), tensor.get()); in MakeLiteTensor()
150 TfLiteTensorRealloc(bytes_required, output); in Eval()
177 TfLiteTensorRealloc(output_size * sizeof(float), output); in Eval()
140 void TfLiteTensorRealloc(size_t num_bytes, TfLiteTensor* tensor) { in TfLiteTensorRealloc() function
358 void TfLiteTensorRealloc(size_t num_bytes, TfLiteTensor* tensor);
470 TfLiteTensorRealloc(9 * sizeof(float), tensor); in TEST()480 TfLiteTensorRealloc(17 * sizeof(float), tensor); in TEST()
940 TfLiteTensorRealloc(bytesRequired, tensor); in ResizeTensorImpl()