Home
last modified time | relevance | path

Searched defs:TfLiteInterpreterGetInputTensor (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/targets/teflon/
Dtflite-stub.c44 TfLiteInterpreterGetInputTensor(const TfLiteInterpreter *interpreter, int32_t input_index) in TfLiteInterpreterGetInputTensor() function
/external/tensorflow/tensorflow/lite/experimental/examples/unity/TensorFlowLitePlugin/Assets/TensorFlowLite/SDK/Scripts/
DInterpreter.cs231 private static extern unsafe TfLiteTensor TfLiteInterpreterGetInputTensor( in TfLiteInterpreterGetInputTensor() method in TensorFlowLite.Interpreter
/external/tensorflow/tensorflow/lite/c/
Dc_api.cc165 TfLiteTensor* TfLiteInterpreterGetInputTensor( in TfLiteInterpreterGetInputTensor() function