Searched refs:opts_copy (Results 1 – 1 of 1) sorted by relevance
1122 FunctionLibraryRuntime::Options opts_copy = opts; in RunMultiDevice() local1128 opts_copy.args_alloc_attrs = comp_data.arg_alloc_attrs; in RunMultiDevice()1129 opts_copy.rets_alloc_attrs = comp_data.ret_alloc_attrs; in RunMultiDevice()1130 opts_copy.cancellation_manager = cm; in RunMultiDevice()1172 opts_copy.remote_execution = false; in RunMultiDevice()1176 opts_copy.runner = (pool == nullptr) ? opts_copy.runner : flr->runner(); in RunMultiDevice()1180 VLOG(4) << " with " << opts_copy.DebugString(); in RunMultiDevice()1184 opts_copy, handle, GetLocalArgs(comp_args.args), comp_tensor_rets, in RunMultiDevice()1188 opts_copy.remote_execution = true; in RunMultiDevice()1192 VLOG(4) << " with " << opts_copy.DebugString(); in RunMultiDevice()[all …]