Home
last modified time | relevance | path

Searched defs:dim4 (Results 1 – 6 of 6) sorted by relevance

/external/eigen/unsupported/test/
Dcxx11_tensor_reverse_sycl.cpp28 IndexType dim4 = 7; in test_simple_reverse() local
119 IndexType dim4 = 7; in test_expr_reverse() local
Dcxx11_tensor_index_list.cpp304 int dim4 = 3; in test_mixed_index_list() local
Dcxx11_tensor_morphing_sycl.cpp37 typename Tensor<DataType, 2 ,DataLayout, IndexType>::Dimensions dim4(2,21); in test_simple_reshape() local
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
DTensorMap.h106 …sorMap(StoragePointerType dataPtr, Index dim1, Index dim2, Index dim3, Index dim4) : m_data(dataPt… in TensorMap()
110 …sorMap(StoragePointerType dataPtr, Index dim1, Index dim2, Index dim3, Index dim4, Index dim5) : m… in TensorMap()
DTensor.h363 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/tensorflow/tensorflow/core/grappler/costs/
Dop_level_cost_estimator_test.cc188 void DescribeTensor5D(int dim0, int dim1, int dim2, int dim3, int dim4, in DescribeTensor5D()