/external/tensorflow/tensorflow/stream_executor/ |
device_description.cc | 16 #include "tensorflow/stream_executor/device_description.h" 118 bool ThreadDimOk(const DeviceDescription &device_description, 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, 145 *threads_per_block = device_description.threads_per_block_limit(); 163 uint64 CalculateOccupancy(const DeviceDescription &device_description, 168 uint64 required_fields[] = { device_description.registers_per_thread_limit(), 169 device_description.threads_per_warp(), 170 device_description.warp_alloc_granularity() [all...] |
stream_executor.h | 25 #include "tensorflow/stream_executor/device_description.h" // IWYU pragma: export
|
device_description.h | 349 // 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,
|
stream_executor_internal.h | 30 #include "tensorflow/stream_executor/device_description.h"
|
/external/syslinux/gpxe/src/include/gpxe/ |
device.h | 17 struct device_description { struct 60 struct device_description desc;
|
/external/autotest/client/site_tests/network_WlanDriver/ |
network_WlanDriver.py | 141 device_description = net_if.device_description 142 if not device_description: 145 device_name, module_path = device_description
|
/external/autotest/client/site_tests/firmware_TouchMTB/ |
touch_device.py | 32 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/gpu/ |
ir_emitter_context.h | 50 const perftools::gputools::DeviceDescription& device_description() const { function in class:xla::gpu::IrEmitterContext
|
ir_emitter_unnested.cc | 587 update_shape, ir_emitter_context_->device_description()); [all...] |
/external/tensorflow/tensorflow/compiler/xla/service/ |
hlo_execution_profile.h | 121 string ToString(const DeviceDescription& device_description) const { 123 device_description.clock_rate_ghz());
|
/external/webrtc/webrtc/modules/desktop_capture/mac/ |
desktop_configuration.mm | 64 NSDictionary* device_description = [screen deviceDescription]; 66 [[device_description objectForKey:@"NSScreenNumber"] intValue]);
|
/external/syslinux/gpxe/src/net/ |
netdev_settings.c | 84 struct device_description *desc = &netdev->dev->desc;
|
/external/tensorflow/tensorflow/compiler/xla/service/interpreter/ |
executor.h | 30 #include "tensorflow/stream_executor/device_description.h"
|
/tools/tradefederation/core/src/com/android/tradefed/build/ |
DeviceBuildDescriptor.java | 33 public static final String DEVICE_DESC = "device_description";
|
/external/tensorflow/tensorflow/python/profiler/ |
pprof_profiler.py | 294 device_description = ( 298 pprof_proto.string_table.append(device_description)
|
/external/autotest/server/site_tests/network_WiFi_RegDomain/ |
control | 157 wlan_info = interface.Interface(WLAN_DEV, host=host).device_description
|
/external/tensorflow/tensorflow/stream_executor/cuda/ |
cuda_gpu_executor.cc | 414 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); [all...] |
/external/autotest/client/common_lib/cros/network/ |
interface.py | 170 def device_description(self): member in class:Interface
|
/prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/ |
org.eclipse.osgi.services_3.3.100.v20130513-1956.jar | |
/external/autotest/server/cros/network/ |
wifi_client.py | 417 self._interface.device_description) [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/ |
wdm.h | [all...] |
/prebuilts/devtools/tools/lib/ |
osgi-4.0.0.jar | |
/prebuilts/tools/common/m2/repository/com/android/external/osgi/osgi/4.0.0/ |
osgi-4.0.0.jar | |
/prebuilts/tools/common/osgi/ |
osgi.jar | |
/tools/test/connectivity/acts/tests/google/tel/live/ |
TelLiveVoiceConfTest.py | 95 def _hangup_call(self, ad, device_description='Device'): 97 ad.log.error("Failed to hang up on %s", device_description) [all...] |