Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/targets/teflon/
Dtflite-stub.c89 TfLiteInterpreterOptionsDelete(TfLiteInterpreterOptions *options) in TfLiteInterpreterOptionsDelete() function
/external/tensorflow/tensorflow/lite/experimental/examples/unity/TensorFlowLitePlugin/Assets/TensorFlowLite/SDK/Scripts/
DInterpreter.cs210 …private static extern unsafe void TfLiteInterpreterOptionsDelete(TfLiteInterpreterOptions options); in TfLiteInterpreterOptionsDelete() method in TensorFlowLite.Interpreter
/external/tensorflow/tensorflow/lite/c/
Dc_api.cc111 void TfLiteInterpreterOptionsDelete(TfLiteInterpreterOptions* options) { in TfLiteInterpreterOptionsDelete() function