Home
last modified time | relevance | path

Searched defs:TfLiteInterpreterAllocateTensors (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/lite/experimental/examples/unity/TensorFlowLitePlugin/Assets/TensorFlowLite/SDK/Scripts/
DInterpreter.cs243 private static extern unsafe int TfLiteInterpreterAllocateTensors( in TfLiteInterpreterAllocateTensors() method in TensorFlowLite.Interpreter
/external/tensorflow/tensorflow/lite/c/
Dc_api.cc179 TfLiteStatus TfLiteInterpreterAllocateTensors(TfLiteInterpreter* interpreter) { in TfLiteInterpreterAllocateTensors() function