Searched refs:opts_copy (Results 1 – 2 of 2) sorted by relevance
1272 FunctionLibraryRuntime::Options opts_copy = opts; in RunMultiDeviceSync() local1295 opts_copy.args_alloc_attrs = comp_data.arg_alloc_attrs; in RunMultiDeviceSync()1296 opts_copy.rets_alloc_attrs = comp_data.ret_alloc_attrs; in RunMultiDeviceSync()1310 opts_copy.remote_execution = false; in RunMultiDeviceSync()1314 opts_copy.runner = (pool == nullptr) ? opts.runner : flr->runner(); in RunMultiDeviceSync()1315 VLOG(4) << " with " << opts_copy.DebugString(); in RunMultiDeviceSync()1319 flr->RunSync(opts_copy, comp_handle, GetLocalArgs(comp_args.args), in RunMultiDeviceSync()1336 opts_copy.remote_execution = true; in RunMultiDeviceSync()1337 VLOG(4) << " with " << opts_copy.DebugString(); in RunMultiDeviceSync()1343 RunInternal(opts_copy, comp_handle, comp_args.args, &comp_rets, in RunMultiDeviceSync()[all …]
610 FunctionLibraryRuntime::InstantiateOptions opts_copy = orig_opts; in TestInstantiateSimpleFunction() local611 opts_copy.input_devices.clear(); in TestInstantiateSimpleFunction()615 opts_copy, &h)); in TestInstantiateSimpleFunction()