Home
last modified time | relevance | path

Searched refs:gpuDeviceProp_t (Results 1 – 5 of 5) sorted by relevance

/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
DTensorDeviceGpu.h29 virtual const gpuDeviceProp_t& deviceProperties() const = 0;
56 EIGEN_STRONG_INLINE const gpuDeviceProp_t& get(int device) const { in get()
82 device_properties_ = new gpuDeviceProp_t[num_devices]; in initialize()
110 gpuDeviceProp_t* device_properties_;
121 EIGEN_ALWAYS_INLINE const gpuDeviceProp_t& GetGpuDeviceProperties(int device) { in GetGpuDeviceProperties()
160 const gpuDeviceProp_t& deviceProperties() const { in deviceProperties()
DTensorGpuHipCudaDefines.h28 #define gpuDeviceProp_t hipDeviceProp_t macro
58 #define gpuDeviceProp_t cudaDeviceProp macro
DTensorGpuHipCudaUndefines.h16 #undef gpuDeviceProp_t
/external/eigen/test/
Dgpu_common.h134 gpuDeviceProp_t deviceProp; in ei_test_init_gpu()
/external/tensorflow/tensorflow/core/common_runtime/gpu/
Dgpu_device.cc94 typedef cudaDeviceProp gpuDeviceProp_t; typedef
101 typedef hipDeviceProp_t gpuDeviceProp_t;
145 const gpuDeviceProp_t& deviceProperties() const override { in deviceProperties()
226 const gpuDeviceProp_t* device_prop_; // Not owned.