Searched defs:chip4 (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/eigen/unsupported/test/ |
H A D | cxx11_tensor_chipping.cpp | 70 Tensor<float, 4, DataLayout> chip4(tensor.template chip<3>(5)); in test_simple_chip() local 153 Tensor<float, 4, DataLayout> chip4(tensor.chip(5, 3)); in test_dynamic_chip() local 409 auto chip4 = Evaluator4(tensor.chip<4>(0), DefaultDevice()); in test_chip_raw_data_row_major() local
|
H A D | cxx11_tensor_chipping_sycl.cpp | 121 Tensor<DataType, 4, DataLayout,IndexType> chip4(chip4TensorRange); in test_static_chip_sycl() local 270 Tensor<DataType, 4, DataLayout,IndexType> chip4(chip4TensorRange); in test_dynamic_chip_sycl() local
|