Searched defs:chip3 (Results 1 – 2 of 2) sorted by relevance
/external/eigen/unsupported/test/ |
D | cxx11_tensor_chipping.cpp | 55 Tensor<float, 4, DataLayout> chip3 = tensor.template chip<2>(2); in test_simple_chip() local 138 Tensor<float, 4, DataLayout> chip3 = tensor.chip(2, 2); in test_dynamic_chip() local 374 auto chip3 = Evaluator3(tensor.chip<3>(0), DefaultDevice()); in test_chip_raw_data_col_major() local 405 auto chip3 = Evaluator3(tensor.chip<3>(0), DefaultDevice()); in test_chip_raw_data_row_major() local
|
D | cxx11_tensor_chipping_sycl.cpp | 97 Tensor<DataType, 4, DataLayout,IndexType> chip3(chip3TensorRange); in test_static_chip_sycl() local 246 Tensor<DataType, 4, DataLayout,IndexType> chip3(chip3TensorRange); in test_dynamic_chip_sycl() local
|