Searched refs:device_description (Results 1 - 14 of 14) sorted by relevance

/external/tensorflow/tensorflow/stream_executor/
H A Ddevice_description.cc16 #include "tensorflow/stream_executor/device_description.h"
118 bool ThreadDimOk(const DeviceDescription &device_description, argument
121 auto threads_per_block_limit = device_description.threads_per_block_limit();
128 const auto &limit = device_description.thread_dim_limit();
142 void CalculateDimensionality(const DeviceDescription &device_description, argument
145 *threads_per_block = device_description.threads_per_block_limit();
163 uint64 CalculateOccupancy(const DeviceDescription &device_description, argument
168 uint64 required_fields[] = { device_description.registers_per_thread_limit(),
169 device_description.threads_per_warp(),
170 device_description
215 CalculateRegisterLimitForTargetOccupancy( const DeviceDescription &device_description, uint64 shared_memory_per_block, const ThreadDim &thread_dims, uint64 target_blocks_per_core) argument
[all...]
H A Ddevice_description.h349 // in device_description. For detailed reasons for failing the predicate, enable
351 bool ThreadDimOk(const DeviceDescription &device_description,
363 void CalculateDimensionality(const DeviceDescription &device_description,
370 uint64 CalculateOccupancy(const DeviceDescription &device_description,
379 const DeviceDescription &device_description, uint64 shared_memory_per_block,
/external/syslinux/gpxe/src/include/gpxe/
H A Ddevice.h17 struct device_description { struct
60 struct device_description desc;
/external/autotest/client/site_tests/network_WlanDriver/
H A Dnetwork_WlanDriver.py141 device_description = net_if.device_description
142 if not device_description:
145 device_name, module_path = device_description
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
H A Dir_emitter_context.h50 const perftools::gputools::DeviceDescription& device_description() const { function in class:xla::gpu::IrEmitterContext
H A Dir_emitter_unnested.cc587 update_shape, ir_emitter_context_->device_description());
1114 tiled_input_shape, ir_emitter_context_->device_description());
1284 tiled_input_shape, ir_emitter_context_->device_description());
1554 tiled_input_shape, ir_emitter_context_->device_description());
1913 source->shape(), ir_emitter_context_->device_description());
2461 element_shape, ir_emitter_context_->device_description());
/external/tensorflow/tensorflow/compiler/xla/service/
H A Dhlo_execution_profile.h121 string ToString(const DeviceDescription& device_description) const {
123 device_description.clock_rate_ghz());
/external/autotest/client/site_tests/firmware_TouchMTB/
H A 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/syslinux/gpxe/src/net/
H A Dnetdev_settings.c84 struct device_description *desc = &netdev->dev->desc;
/external/webrtc/webrtc/modules/desktop_capture/mac/
H A Ddesktop_configuration.mm64 NSDictionary* device_description = [screen deviceDescription];
66 [[device_description objectForKey:@"NSScreenNumber"] intValue]);
/external/tensorflow/tensorflow/python/profiler/
H A Dpprof_profiler.py294 device_description = (
298 pprof_proto.string_table.append(device_description)
/external/tensorflow/tensorflow/stream_executor/cuda/
H A Dcuda_gpu_executor.cc414 const DeviceDescription &device_description = local
418 device_description, regs_per_thread, smem_per_block, thread_dims);
423 int multiprocessor_count = device_description.core_count();
433 device_description, smem_per_block, thread_dims, blocks_per_sm + 1);
/external/autotest/client/common_lib/cros/network/
H A Dinterface.py170 def device_description(self): member in class:Interface
/external/autotest/server/cros/network/
H A Dwifi_client.py417 self._interface.device_description)

Completed in 751 milliseconds