Home
last modified time | relevance | path

Searched refs:optional_options (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/lite/c/
Dc_api.cc133 const TfLiteInterpreterOptions* optional_options) { in TfLiteInterpreterCreate() argument
137 model, optional_options, resolver.get()); in TfLiteInterpreterCreate()
239 const TfLiteModel* model, const TfLiteInterpreterOptions* optional_options, in InterpreterCreateWithOpResolver() argument
247 if (optional_options && in InterpreterCreateWithOpResolver()
248 optional_options->error_reporter_callback.error_reporter != nullptr) { in InterpreterCreateWithOpResolver()
250 new CallbackErrorReporter(optional_options->error_reporter_callback)); in InterpreterCreateWithOpResolver()
257 if (optional_options) { in InterpreterCreateWithOpResolver()
258 mutable_resolver->AddAll(optional_options->mutable_op_resolver); in InterpreterCreateWithOpResolver()
264 if (optional_options && in InterpreterCreateWithOpResolver()
265 (optional_options->op_resolver_callbacks.find_builtin_op != nullptr || in InterpreterCreateWithOpResolver()
[all …]
Dc_api_experimental.cc45 const TfLiteInterpreterOptions* optional_options) { in TfLiteInterpreterCreateWithSelectedOps() argument
48 model, optional_options, &resolver); in TfLiteInterpreterCreateWithSelectedOps()
Dc_api_internal.h135 const TfLiteModel* model, const TfLiteInterpreterOptions* optional_options,
Dc_api.h154 const TfLiteModel* model, const TfLiteInterpreterOptions* optional_options);
/external/tensorflow/tensorflow/lite/experimental/examples/unity/TensorFlowLitePlugin/Assets/TensorFlowLite/SDK/Scripts/
DInterpreter.cs219 TfLiteInterpreterOptions optional_options); in TfLiteInterpreterCreate() argument