Searched defs:chip1 (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/eigen/unsupported/test/ |
H A D | cxx11_tensor_chipping.cpp | 22 Tensor<float, 4, DataLayout> chip1; in test_simple_chip() local 107 Tensor<float, 4, DataLayout> chip1; in test_dynamic_chip() local 366 auto chip1 = Evaluator1(tensor.chip<1>(0), DefaultDevice()); in test_chip_raw_data_col_major() local 397 auto chip1 = Evaluator1(tensor.chip<1>(0), DefaultDevice()); in test_chip_raw_data_row_major() local
|
H A D | cxx11_tensor_chipping_sycl.cpp | 41 Tensor<DataType, 4, DataLayout,IndexType> chip1(chip1TensorRange); in test_static_chip_sycl() local 190 Tensor<DataType, 4, DataLayout,IndexType> chip1(chip1TensorRange); in test_dynamic_chip_sycl() local 339 Tensor<DataType, 4, DataLayout,IndexType> chip1(chip1TensorRange); in test_chip_in_expr() local
|