Searched refs:dim5 (Results 1 – 3 of 3) sorted by relevance
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/ |
D | Tensor.h | 368 …_DEVICE_FUNC EIGEN_STRONG_INLINE Tensor(Index dim1, Index dim2, Index dim3, Index dim4, Index dim5) in Tensor() argument 369 : m_storage(dim1*dim2*dim3*dim4*dim5, array<Index, 5>(dim1, dim2, dim3, dim4, dim5)) in Tensor()
|
D | TensorMap.h | 90 … Index dim2, Index dim3, Index dim4, Index dim5) : m_data(dataPtr), m_dimensions(dim1, dim2, dim3,… in TensorMap() argument
|
/external/llvm-project/mlir/test/Dialect/Linalg/ |
D | loops.mlir | 1337 // CHECKLOOP: %[[dim5:.*]] = dim %[[arg2]], %[[c2]] : memref<?x?x?xf32> 1340 // CHECKLOOP: scf.for %[[arg5:.*]] = %[[c0]] to %[[dim5]] step %[[c1]] { 1368 // CHECKPARALLEL: %[[dim5:.*]] = dim %[[arg2]], %[[c2]] : memref<?x?x?xf32> 1369 … %[[arg5:.*]]) = (%[[c0]], %[[c0]], %[[c0]]) to (%[[dim3]], %[[dim4]], %[[dim5]]) step (%[[c1]], %…
|