Searched defs:GpuDeviceInfo (Results 1 – 2 of 2) sorted by relevance
31 struct GpuDeviceInfo { struct32 int threads_per_block_limit;33 int threads_per_warp;34 int shared_memory_per_block;35 int threads_per_core_limit;36 int core_count;
153 struct GpuDeviceInfo { struct162 void set_tensorflow_gpu_device_info(GpuDeviceInfo* g) { in set_tensorflow_gpu_device_info() argument