Home
last modified time | relevance | path

Searched refs:TfLiteInterpreterOptions (Results 1 – 4 of 4) sorted by relevance

/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/c/
A Dc_api_experimental.h47 TfLiteInterpreterOptions* options, TfLiteBuiltinOperator op,
66 TfLiteInterpreterOptions* options, const char* name,
84 TfLiteInterpreterOptions* options,
114 const TfLiteInterpreterOptions* options);
120 TfLiteInterpreterOptions* options, bool enable);
147 TfLiteInterpreterOptions* options, bool enable);
A Dc_api.h81 typedef struct TfLiteInterpreterOptions TfLiteInterpreterOptions; typedef
110 TFL_CAPI_EXPORT extern TfLiteInterpreterOptions*
115 TfLiteInterpreterOptions* options);
119 TfLiteInterpreterOptions* options, int32_t num_threads);
129 TfLiteInterpreterOptions* options, TfLiteDelegate* delegate);
138 TfLiteInterpreterOptions* options,
154 const TfLiteModel* model, const TfLiteInterpreterOptions* optional_options);
A Dc_api_internal.h75 struct TfLiteInterpreterOptions { struct
135 const TfLiteModel* model, const TfLiteInterpreterOptions* optional_options,
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/experimental/examples/unity/TensorFlowLitePlugin/Assets/TensorFlowLite/SDK/Scripts/
A DInterpreter.cs20 using TfLiteInterpreterOptions = System.IntPtr; typedef
59 private TfLiteInterpreterOptions options = IntPtr.Zero;
205 private static extern unsafe TfLiteInterpreterOptions TfLiteInterpreterOptionsCreate(); in TfLiteInterpreterOptionsCreate()
208 …private static extern unsafe void TfLiteInterpreterOptionsDelete(TfLiteInterpreterOptions options); in TfLiteInterpreterOptionsDelete()
212 TfLiteInterpreterOptions options, in TfLiteInterpreterOptionsSetNumThreads()
219 TfLiteInterpreterOptions optional_options); in TfLiteInterpreterCreate()

Completed in 10 milliseconds