Searched refs:optional_options (Results 1 – 5 of 5) sorted by relevance
133 const TfLiteInterpreterOptions* optional_options) { in TfLiteInterpreterCreate() argument137 model, optional_options, resolver.get()); in TfLiteInterpreterCreate()239 const TfLiteModel* model, const TfLiteInterpreterOptions* optional_options, in InterpreterCreateWithOpResolver() argument247 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 …]
45 const TfLiteInterpreterOptions* optional_options) { in TfLiteInterpreterCreateWithSelectedOps() argument48 model, optional_options, &resolver); in TfLiteInterpreterCreateWithSelectedOps()
135 const TfLiteModel* model, const TfLiteInterpreterOptions* optional_options,
154 const TfLiteModel* model, const TfLiteInterpreterOptions* optional_options);
219 TfLiteInterpreterOptions optional_options); in TfLiteInterpreterCreate() argument