Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/gallium/targets/teflon/
H A Dtflite-stub.c108 TfLiteInterpreterOptionsCreate(void) in TfLiteInterpreterOptionsCreate() function
/aosp_15_r20/external/tensorflow/tensorflow/lite/experimental/examples/unity/TensorFlowLitePlugin/Assets/TensorFlowLite/SDK/Scripts/
H A DInterpreter.cs207 private static extern unsafe TfLiteInterpreterOptions TfLiteInterpreterOptionsCreate(); in TfLiteInterpreterOptionsCreate() method in TensorFlowLite.Interpreter
/aosp_15_r20/external/tensorflow/tensorflow/lite/c/
H A Dc_api.cc107 TfLiteInterpreterOptions* TfLiteInterpreterOptionsCreate() { in TfLiteInterpreterOptionsCreate() function