Searched defs:chip2TensorRange (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/eigen/unsupported/test/ |
H A D | cxx11_tensor_chipping_sycl.cpp | 72 array<IndexType, 4> chip2TensorRange = {{sizeDim1, sizeDim3, sizeDim4, sizeDim5}}; in test_static_chip_sycl() local 221 array<IndexType, 4> chip2TensorRange = {{sizeDim1, sizeDim3, sizeDim4, sizeDim5}}; in test_dynamic_chip_sycl() local 371 array<IndexType, 3> chip2TensorRange = {{sizeDim2, sizeDim4, sizeDim5}}; in test_chip_in_expr() local
|