Home
last modified time | relevance | path

Searched refs:runner_impl (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/lite/delegates/gpu/gl/
Dapi2.cc580 auto runner_impl = absl::make_unique<InferenceRunnerImpl>( in Build() local
582 RETURN_IF_ERROR(runner_impl->Initialize(inputs_, outputs_, &tie_factory_)); in Build()
606 *runner = std::move(runner_impl); in Build()
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/
Dapi.cc768 auto runner_impl = absl::make_unique<InferenceRunnerImpl>( in Build() local
771 auto runner_impl = absl::make_unique<InferenceRunnerImpl>( in Build()
775 runner_impl->Initialize(inputs_, outputs_, tie_factory_.get())); in Build()
776 *runner = std::move(runner_impl); in Build()