Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/lite/c/
H A Dc_api_internal.h86 struct TfLiteInterpreterOptions { struct
109 // `TfLiteInterpreterOptionsAddRegistrationExternal` API. argument
110 std::vector<TfLiteRegistrationExternal*> op_registrations;
H A Dc_api.h83 typedef struct TfLiteInterpreterOptions TfLiteInterpreterOptions; typedef
/aosp_15_r20/external/federated-compute/fcp/client/engine/
H A Dtflite_wrapper.h43 struct TfLiteInterpreterOptions { struct
46 bool ensure_dynamic_tensors_are_released = false;
49 int32_t large_tensor_threshold_for_dynamic_allocation = 0;
52 bool disable_delegate_clustering = false;
/aosp_15_r20/external/mesa3d/include/tensorflow/lite/core/c/
H A Dc_api.h95 typedef struct TfLiteInterpreterOptions TfLiteInterpreterOptions; typedef
/aosp_15_r20/external/tensorflow/tensorflow/lite/experimental/examples/unity/TensorFlowLitePlugin/Assets/TensorFlowLite/SDK/Scripts/
H A DInterpreter.cs20 using TfLiteInterpreterOptions = System.IntPtr; typedef