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.h75 struct TfLiteInterpreterOptions { struct
76 enum {
79 int num_threads = kDefaultNumThreads;
81 tflite::MutableOpResolver mutable_op_resolver;
83 TfLiteOpResolverCallbacks op_resolver_callbacks = {};
85 std::vector<TfLiteDelegate*> delegates;
87 TfLiteErrorReporterCallback error_reporter_callback;
89 bool use_nnapi = false;
95 bool enable_delegate_fallback = false;
Dc_api.h81 typedef struct TfLiteInterpreterOptions TfLiteInterpreterOptions; typedef
/external/tensorflow/tensorflow/lite/experimental/examples/unity/TensorFlowLitePlugin/Assets/TensorFlowLite/SDK/Scripts/
DInterpreter.cs20 using TfLiteInterpreterOptions = System.IntPtr; typedef