Searched defs:dim4 (Results 1 – 8 of 8) sorted by relevance
/aosp_15_r20/external/eigen/unsupported/test/ |
H A D | cxx11_tensor_reverse_sycl.cpp | 28 IndexType dim4 = 7; in test_simple_reverse() local 119 IndexType dim4 = 7; in test_expr_reverse() local
|
H A D | cxx11_tensor_index_list.cpp | 304 int dim4 = 3; in test_mixed_index_list() local
|
H A D | cxx11_tensor_morphing_sycl.cpp | 37 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 D | TensorMap.h | 106 …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 D | Tensor.h | 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()
|
/aosp_15_r20/packages/modules/StatsD/statsd/tests/ |
D | FieldValue_test.cpp | 851 const auto& dim4 = result.dimensions_value(3); in TEST() local
|
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/costs/ |
H A D | op_level_cost_estimator_test.cc | 189 void DescribeTensor5D(int dim0, int dim1, int dim2, int dim3, int dim4, in DescribeTensor5D()
|
/aosp_15_r20/external/pytorch/test/cpp/tensorexpr/ |
H A D | test_kernel.cpp | 2107 auto run_kernel = [&](int dim2, int dim3, int dim4, int dim5) { in TEST_F()
|