Home
last modified time | relevance | path

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

/aosp_15_r20/external/eigen/unsupported/test/
H A Dcxx11_tensor_reverse_sycl.cpp28 IndexType dim4 = 7; in test_simple_reverse() local
119 IndexType dim4 = 7; in test_expr_reverse() local
H A Dcxx11_tensor_index_list.cpp304 int dim4 = 3; in test_mixed_index_list() local
H A Dcxx11_tensor_morphing_sycl.cpp37 typename Tensor<DataType, 2 ,DataLayout, IndexType>::Dimensions dim4(2,21); in test_simple_reshape() local
/aosp_15_r20/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
H A 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()
H A 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()
/aosp_15_r20/packages/modules/StatsD/statsd/tests/
DFieldValue_test.cpp851 const auto& dim4 = result.dimensions_value(3); in TEST() local
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/costs/
H A Dop_level_cost_estimator_test.cc189 void DescribeTensor5D(int dim0, int dim1, int dim2, int dim3, int dim4, in DescribeTensor5D()
/aosp_15_r20/external/pytorch/test/cpp/tensorexpr/
H A Dtest_kernel.cpp2107 auto run_kernel = [&](int dim2, int dim3, int dim4, int dim5) { in TEST_F()