Home
last modified time | relevance | path

Searched refs:PrintTfLiteIntVector (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/lite/
Doptional_debug_tools.cc35 void PrintTfLiteIntVector(const TfLiteIntArray* v) { in PrintTfLiteIntVector() function
122 PrintTfLiteIntVector(tensor->dims); in PrintInterpreterState()
139 PrintTfLiteIntVector(node.inputs); in PrintInterpreterState()
141 PrintTfLiteIntVector(node.outputs); in PrintInterpreterState()
144 PrintTfLiteIntVector(node.intermediates); in PrintInterpreterState()
148 PrintTfLiteIntVector(node.temporaries); in PrintInterpreterState()