Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/c/
Dc_api_internal.h86 struct TfLiteInterpreterOptions { struct
109 // `TfLiteInterpreterOptionsAddRegistrationExternal` API. argument
110 std::vector<TfLiteRegistrationExternal*> op_registrations;
Dc_api.h83 typedef struct TfLiteInterpreterOptions TfLiteInterpreterOptions; typedef
/external/tensorflow/tensorflow/lite/experimental/examples/unity/TensorFlowLitePlugin/Assets/TensorFlowLite/SDK/Scripts/
DInterpreter.cs20 using TfLiteInterpreterOptions = System.IntPtr; typedef