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 D | c_api_experimental.h | 47 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 D | c_api.h | 81 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 D | c_api_internal.h | 75 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 D | Interpreter.cs | 20 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