Home
last modified time | relevance | path

Searched defs:device_description (Results 1 – 6 of 6) sorted by relevance

/external/syslinux/gpxe/src/include/gpxe/
Ddevice.h17 struct device_description { struct
22 unsigned int bus_type;
27 unsigned int location;
29 unsigned int vendor;
31 unsigned int device;
33 unsigned long class;
35 unsigned long ioaddr;
60 struct device_description desc; argument
/external/tensorflow/tensorflow/stream_executor/
Ddevice_description.cc118 bool ThreadDimOk(const DeviceDescription &device_description, in ThreadDimOk()
142 void CalculateDimensionality(const DeviceDescription &device_description, in CalculateDimensionality()
163 uint64 CalculateOccupancy(const DeviceDescription &device_description, in CalculateOccupancy()
216 const DeviceDescription &device_description, uint64 shared_memory_per_block, in CalculateRegisterLimitForTargetOccupancy()
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dir_emitter_context.h50 const perftools::gputools::DeviceDescription& device_description() const { in device_description() function
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_execution_profile.h121 string ToString(const DeviceDescription& device_description) const { in ToString()
/external/autotest/client/common_lib/cros/network/
Dinterface.py170 def device_description(self): member in Interface
/external/tensorflow/tensorflow/stream_executor/cuda/
Dcuda_gpu_executor.cc414 const DeviceDescription &device_description = in VlogOccupancyInfo() local