Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/data/
Dcaptured_function.cc841 FunctionLibraryRuntime::Options f_opts; in Run() local
843 f_opts.step_id, [this](const string& name) { in Run()
846 f_opts.step_container = &step_container; in Run()
847 f_opts.runner = ctx->runner(); in Run()
848 f_opts.create_rendezvous = ShouldCreateRendezvous(); in Run()
850 f_opts.cancellation_manager = &cancellation_manager; in Run()
858 f_opts.stats_collector = stats_collector.get(); in Run()
865 "InstantiatedCapturedFunction::Run#id=", f_opts.step_id, "#"); in Run()
873 TF_RETURN_IF_ERROR(lib_->RunSync(std::move(f_opts), f_handle_, &frame)); in Run()
885 TF_RETURN_IF_ERROR(lib_->RunSync(std::move(f_opts), f_handle_, &frame)); in Run()
[all …]