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.cc303 FunctionLibraryRuntime::Options f_opts; in Run() local
304 f_opts.step_id = InstantiatedCapturedFunction::generate_step_id(); in Run()
306 f_opts.step_id, [this](const string& name) { in Run()
309 f_opts.step_container = &step_container; in Run()
310 f_opts.runner = ctx->runner(); in Run()
312 f_opts.create_rendezvous = true; in Run()
321 f_opts.cancellation_manager = &c_mgr; in Run()
327 lib_->Run(f_opts, f_handle_, &frame, [&n, &s](Status func_status) { in Run()
339 FunctionLibraryRuntime::Options f_opts; in RunWithBorrowedArgs() local
340 f_opts.step_id = InstantiatedCapturedFunction::generate_step_id(); in RunWithBorrowedArgs()
[all …]