Searched refs:io_tensors (Results 1 – 1 of 1) sorted by relevance
2544 TfLiteContext* context, GraphFloat32* graph, TfLiteIntArray* io_tensors, in PrecreateIOTensors() argument2547 for (int i = 0; i < io_tensors->size; ++i) { in PrecreateIOTensors()2548 const int tensor_index = io_tensors->data[i]; in PrecreateIOTensors()