Searched refs:f_opts (Results 1 – 1 of 1) sorted by relevance
303 FunctionLibraryRuntime::Options f_opts; in Run() local304 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() local340 f_opts.step_id = InstantiatedCapturedFunction::generate_step_id(); in RunWithBorrowedArgs()[all …]