/external/clang/test/PCH/Inputs/ |
D | cuda.h | 12 struct dim3 { struct 14 __host__ __device__ dim3(unsigned x, unsigned y = 1, unsigned z = 1) : x(x), y(y), z(z) {} in x() argument
|
/external/clang/test/CodeGenCUDA/Inputs/ |
D | cuda.h | 12 struct dim3 { struct 14 __host__ __device__ dim3(unsigned x, unsigned y = 1, unsigned z = 1) : x(x), y(y), z(z) {} in x() argument
|
/external/clang/test/SemaCUDA/Inputs/ |
D | cuda.h | 15 struct dim3 { struct 17 __host__ __device__ dim3(unsigned x, unsigned y = 1, unsigned z = 1) : x(x), y(y), z(z) {} in x() argument
|
/external/clang/lib/Headers/ |
D | __clang_cuda_runtime_wrapper.h | 289 __device__ inline __cuda_builtin_blockDim_t::operator dim3() const { in dim3() function 293 __device__ inline __cuda_builtin_gridDim_t::operator dim3() const { in dim3() function 308 #define dim3 __cuda_builtin_blockDim_t macro
|
/external/aac/libFDK/include/ |
D | FDK_matrixCalloc.h | 212 #define FDK_ALLOCATE_MEMORY_3D(a, dim1, dim2, dim3, type) \ argument 218 #define FDK_ALLOCATE_MEMORY_3D_INT(a, dim1, dim2, dim3, type, s) \ argument
|
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/ |
D | TensorMap.h | 82 …EIGEN_STRONG_INLINE TensorMap(PointerArgType dataPtr, Index dim1, Index dim2, Index dim3) : m_data… in TensorMap() 86 …EIGEN_STRONG_INLINE TensorMap(PointerArgType dataPtr, Index dim1, Index dim2, Index dim3, Index di… in TensorMap() 90 …EIGEN_STRONG_INLINE TensorMap(PointerArgType dataPtr, Index dim1, Index dim2, Index dim3, Index di… in TensorMap()
|
D | Tensor.h | 358 EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Tensor(Index dim1, Index dim2, Index dim3) in Tensor() 363 EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Tensor(Index dim1, Index dim2, Index dim3, Index dim4) in Tensor() 368 …EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Tensor(Index dim1, Index dim2, Index dim3, Index dim4, Index… in Tensor()
|
/external/aac/libFDK/src/ |
D | FDK_matrixCalloc.cpp | 236 void ***fdkCallocMatrix3D(UINT dim1, UINT dim2, UINT dim3, UINT size) { in fdkCallocMatrix3D() 278 void ***fdkCallocMatrix3D_int(UINT dim1, UINT dim2, UINT dim3, UINT size, in fdkCallocMatrix3D_int()
|
/external/eigen/unsupported/test/ |
D | cxx11_tensor_ifft.cpp | 100 static void test_sub_fft_ifft_invariant(int dim0, int dim1, int dim2, int dim3) { in test_sub_fft_ifft_invariant()
|
D | cxx11_tensor_index_list.cpp | 274 int dim3 = 0; in test_dynamic_index_list() local
|
D | cxx11_tensor_morphing.cpp | 30 Tensor<float, 2>::Dimensions dim3(2,21); in test_simple_reshape() local
|
/external/tensorflow/tensorflow/compiler/xla/ |
D | literal_util.h | 515 int64 dim3 = 0; in CreateR4Projected() local
|
/external/tensorflow/tensorflow/core/grappler/costs/ |
D | op_level_cost_estimator_test.cc | 148 void DescribeTensor4D(int dim0, int dim1, int dim2, int dim3, in DescribeTensor4D()
|