Home
last modified time | relevance | path

Searched refs:device_description (Results 1 – 18 of 18) sorted by relevance

/external/autotest/client/site_tests/network_WlanDriver/
Dnetwork_WlanDriver.py174 device_description = net_if.device_description
175 if not device_description:
178 device_name, module_path = device_description
/external/tensorflow/tensorflow/stream_executor/
Ddevice_description.cc125 bool ThreadDimOk(const DeviceDescription &device_description, in ThreadDimOk() argument
128 auto threads_per_block_limit = device_description.threads_per_block_limit(); in ThreadDimOk()
135 const auto &limit = device_description.thread_dim_limit(); in ThreadDimOk()
149 void CalculateDimensionality(const DeviceDescription &device_description, in CalculateDimensionality() argument
152 *threads_per_block = device_description.threads_per_block_limit(); in CalculateDimensionality()
DBUILD44 name = "device_description",
45 srcs = ["device_description.cc"],
46 hdrs = ["device_description.h"],
60 "device_description.h",
116 "device_description.h",
193 "device_description.h",
320 "device_description.h",
458 ":device_description",
478 "device_description.h",
545 "device_description.h",
[all …]
Ddevice_description.h321 bool ThreadDimOk(const DeviceDescription &device_description,
332 void CalculateDimensionality(const DeviceDescription &device_description,
/external/autotest/client/site_tests/firmware_TouchMTB/
Dtouch_device.py32 self.device_description = self._get_device_description(
79 return bool(self.device_description)
100 if self.device_description:
109 for line in self.device_description.splitlines():
152 if self.device_description:
153 for line in self.device_description.splitlines():
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_execution_profile.h145 string ToString(const DeviceDescription& device_description) const { in ToString() argument
147 device_description.clock_rate_ghz()); in ToString()
Dexecutable.cc217 const se::DeviceDescription* device_description = in ExecuteWrapperAfterExecution() local
220 stream->ThenDoHostCallback([profile, device_description]() { in ExecuteWrapperAfterExecution()
221 XLA_LOG_LINES(tensorflow::INFO, profile->ToString(*device_description)); in ExecuteWrapperAfterExecution()
DBUILD1067 "//tensorflow/stream_executor:device_description",
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dir_emitter_context.h53 const se::DeviceDescription& device_description() const { in device_description() function
Dir_emitter_unnested.cc483 update_shape, ir_emitter_context_->device_description()); in HandleFusion()
629 source->shape(), ir_emitter_context_->device_description()); in HandleSelectAndScatter()
1015 updates->shape(), ir_emitter_context_->device_description()); in EmitScatter()
1100 standard_iteration_shape, ir_emitter_context_->device_description()); in HandleSort()
1132 ir_emitter_context_->device_description().threads_per_block_limit() || in HandleSort()
1134 ir_emitter_context_->device_description().shared_memory_per_block(); in HandleSort()
1610 ir_emitter_context_->device_description()); in BuildInitializerThunk()
1805 element_shape, ir_emitter_context_->device_description(), unroll_factor); in EmitTargetElementLoopInThunk()
2985 ThreadsPerBlockLimit(ir_emitter_context_->device_description()), in ComputeReductionCodegenInfo()
3228 element_shape, ir_emitter_context_->device_description(), unroll_factor); in EmitInputFusibleNonStridedSlices()
/external/tensorflow/tensorflow/python/profiler/
Dpprof_profiler.py294 device_description = (
298 pprof_proto.string_table.append(device_description)
/external/tensorflow/tensorflow/stream_executor/gpu/
Dgpu_executor.h77 int CalculateOccupancy(const DeviceDescription& device_description,
84 const DeviceDescription& device_description,
/external/webrtc/webrtc/modules/desktop_capture/mac/
Ddesktop_configuration.mm64 NSDictionary* device_description = [screen deviceDescription];
66 [[device_description objectForKey:@"NSScreenNumber"] intValue]);
/external/tensorflow/tensorflow/stream_executor/cuda/
Dcuda_gpu_executor.cc457 const DeviceDescription &device_description = in VlogOccupancyInfo() local
463 int blocks_per_sm = CalculateOccupancy(device_description, regs_per_thread, in VlogOccupancyInfo()
468 CompareOccupancy(&blocks_per_sm, device_description, regs_per_thread, in VlogOccupancyInfo()
481 int GpuExecutor::CalculateOccupancy(const DeviceDescription& device_description, in CalculateOccupancy() argument
498 const DeviceDescription& device_description, in CompareOccupancy() argument
/external/tensorflow/tensorflow/compiler/xla/service/mlir_gpu/
Dmlir_compiler.cc178 const auto& device_description = stream_exec->GetDeviceDescription(); in GetGpuVersion() local
179 if (!device_description.cuda_compute_capability(&cc_major, &cc_minor)) { in GetGpuVersion()
/external/tensorflow/tensorflow/stream_executor/rocm/
Drocm_gpu_executor.cc343 int GpuExecutor::CalculateOccupancy(const DeviceDescription& device_description, in CalculateOccupancy() argument
353 const DeviceDescription& device_description, in CompareOccupancy() argument
/external/autotest/client/common_lib/cros/network/
Dinterface.py269 def device_description(self): member in Interface
/external/autotest/server/cros/network/
Dwifi_client.py367 self._interface.device_description)