Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/c/
Dc_api.cc105 TfLiteInterpreterOptions* TfLiteInterpreterOptionsCreate() { in TfLiteInterpreterOptionsCreate() function
/external/tensorflow/tensorflow/lite/experimental/examples/unity/TensorFlowLitePlugin/Assets/TensorFlowLite/SDK/Scripts/
DInterpreter.cs205 private static extern unsafe TfLiteInterpreterOptions TfLiteInterpreterOptionsCreate(); in TfLiteInterpreterOptionsCreate() method in TensorFlowLite.Interpreter