Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/gallium/targets/teflon/
H A Dtflite-stub.c84 TfLiteInterpreterDelete(TfLiteInterpreter *interpreter) in TfLiteInterpreterDelete() function
/aosp_15_r20/external/tensorflow/tensorflow/lite/experimental/examples/unity/TensorFlowLitePlugin/Assets/TensorFlowLite/SDK/Scripts/
H A DInterpreter.cs224 private static extern unsafe void TfLiteInterpreterDelete(TfLiteInterpreter interpreter); in TfLiteInterpreterDelete() method in TensorFlowLite.Interpreter
/aosp_15_r20/external/tensorflow/tensorflow/lite/c/
H A Dc_api.cc156 void TfLiteInterpreterDelete(TfLiteInterpreter* interpreter) { in TfLiteInterpreterDelete() function