Home
last modified time | relevance | path

Searched refs:GetDevices (Results 1 – 25 of 30) sorted by relevance

12

/external/chromium-trace/catapult/devil/devil/android/tools/
Dscript_common_test.py33 self.assertEquals(devices, script_common.GetDevices(None, None))
44 script_common.GetDevices(['456'], None))
51 script_common.GetDevices(['456'], None)
58 script_common.GetDevices(None, None)
Dscript_common.py72 def GetDevices(requested_devices, denylist_file): function
Dscreenshot.py43 devices = script_common.GetDevices(args.devices, args.denylist_file)
Dadb_run_shell_cmd.py35 devices = script_common.GetDevices(args.devices, args.denylist_file)
Dflash_device.py58 adb_devices = script_common.GetDevices(args.devices, args.denylist_file)
Dkeyboard.py96 devices = script_common.GetDevices(args.devices, None)
Dvideo_recorder.py165 parallel_devices = device_utils.DeviceUtils.parallel(script_common.GetDevices(
Dwebview_app.py196 devices = script_common.GetDevices(args.devices, args.denylist_file)
Dsystem_app.py354 devices = script_common.GetDevices(args.devices, args.denylist_file)
Dprovision_devices.py95 devices = script_common.GetDevices(devices, denylist)
/external/tensorflow/tensorflow/python/grappler/
Dcluster_wrapper.cc133 devices = cluster->GetDevices(); in PYBIND11_MODULE()
168 devices = cluster->GetDevices(); in PYBIND11_MODULE()
312 memory.InferStatically(cluster->GetDevices())); in PYBIND11_MODULE()
318 for (const auto& device : cluster->GetDevices()) { in PYBIND11_MODULE()
/external/tensorflow/tensorflow/core/grappler/optimizers/
Dstatic_schedule.cc102 VirtualPlacer placer(cluster->GetDevices()); in EstimateEarliestExecutionTimes()
173 VirtualPlacer placer(cluster->GetDevices()); in EstimateRequiredTimes()
Dmemory_optimizer.cc544 Status s = (*memory_ptr)->InferStatically(cluster->GetDevices()); in SchedulingPass()
554 for (const auto& device : cluster->GetDevices()) { in SchedulingPass()
987 Status s = (*memory_ptr)->InferStatically(cluster->GetDevices()); in IdentifySwappingCandidates()
997 for (const auto& device : cluster->GetDevices()) { in IdentifySwappingCandidates()
1016 VirtualCluster vcluster(cluster->GetDevices()); in IdentifySwappingCandidates()
Dgeneric_layout_optimizer.cc50 auto devices = cluster.GetDevices(); in GetNumGPUs()
Dauto_mixed_precision.cc895 auto devices = cluster.GetDevices(); in GetCudaVersion()
911 auto devices = cluster.GetDevices(); in GetCudnnVersion()
932 : virtual_placer_(cluster->GetDevices()), in AutoMixedPrecisionImpl()
1969 auto devices = cluster.GetDevices();
/external/tensorflow/tensorflow/core/grappler/clusters/
Dcluster.h94 const std::unordered_map<string, DeviceProperties>& GetDevices() const { in GetDevices() function
Dvirtual_cluster.cc91 const std::unordered_map<string, DeviceProperties>& device = GetDevices(); in Run()
/external/llvm-project/lldb/source/Plugins/Platform/Android/
DAdbClient.h85 Status GetDevices(DeviceIDList &device_list);
DAdbClient.cpp106 error = adb.GetDevices(connected_devices); in CreateByDeviceID()
146 Status AdbClient::GetDevices(DeviceIDList &device_list) { in GetDevices() function in AdbClient
/external/llvm-project/lldb/source/Plugins/Platform/MacOSX/objcxx/
DPlatformiOSSimulatorCoreSimulatorSupport.h209 DeviceSet GetDevices(DeviceType::ProductFamilyID dev_id);
DPlatformiOSSimulatorCoreSimulatorSupport.mm607 CoreSimulatorSupport::DeviceSet CoreSimulatorSupport::DeviceSet::GetDevices( function
/external/tensorflow/tensorflow/core/grappler/costs/
Danalytical_cost_estimator.cc129 absl::make_unique<VirtualPlacer>(cluster->GetDevices())); in AnalyticalCostEstimator()
Dvirtual_placer_test.cc238 placer.reset(new VirtualPlacer(cluster->GetDevices())); in TEST()
/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/
Dtrt_optimization_pass.cc109 const auto dev_props = cluster->GetDevices(); in PrintDebugInfo()
/external/chromium-trace/catapult/devil/devil/android/sdk/
Dadb_wrapper.py449 def GetDevices(cls, timeout=DEFAULT_TIMEOUT, retries=DEFAULT_RETRIES): member in AdbWrapper

12