Searched defs:chip5 (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/eigen/unsupported/test/ |
H A D | cxx11_tensor_chipping.cpp | 85 Tensor<float, 4, DataLayout> chip5(tensor.template chip<4>(7)); in test_simple_chip() local 168 Tensor<float, 4, DataLayout> chip5(tensor.chip(7, 4)); in test_dynamic_chip() local
|
H A D | cxx11_tensor_chipping_sycl.cpp | 146 Tensor<DataType, 4, DataLayout,IndexType> chip5(chip5TensorRange); in test_static_chip_sycl() local 295 Tensor<DataType, 4, DataLayout,IndexType> chip5(chip5TensorRange); in test_dynamic_chip_sycl() local
|