Searched defs:Dim3D (Results 1 - 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/stream_executor/
H A Dlaunch_dim.h47 struct Dim3D { struct in namespace:perftools::gputools
50 Dim3D(uint64 x, uint64 y, uint64 z) : x(x), y(y), z(z) {} function in struct:perftools::gputools::Dim3D
55 struct ThreadDim : public Dim3D {
57 : Dim3D(x, y, z) {}
67 struct BlockDim : public Dim3D {
69 : Dim3D(x, y, z) {}
/external/shaderc/spirv-headers/include/spirv/1.0/
H A Dspirv.hpp146 Dim3D = 2, enumerator in enum:spv::Dim
/external/shaderc/spirv-headers/include/spirv/1.1/
H A Dspirv.hpp150 Dim3D = 2, enumerator in enum:spv::Dim
/external/spirv-llvm/lib/SPIRV/libSPIRV/
H A Dspirv.hpp144 Dim3D = 2, enumerator in enum:spv::Dim

Completed in 224 milliseconds