Home
last modified time | relevance | path

Searched defs:chip2 (Results 1 – 2 of 2) sorted by relevance

/external/eigen/unsupported/test/
Dcxx11_tensor_chipping.cpp40 Tensor<float, 4, DataLayout> chip2 = tensor.template chip<1>(1); in test_simple_chip() local
123 Tensor<float, 4, DataLayout> chip2 = tensor.chip(1, 1); in test_dynamic_chip() local
370 auto chip2 = Evaluator2(tensor.chip<2>(0), DefaultDevice()); in test_chip_raw_data_col_major() local
401 auto chip2 = Evaluator2(tensor.chip<2>(0), DefaultDevice()); in test_chip_raw_data_row_major() local
Dcxx11_tensor_chipping_sycl.cpp73 Tensor<DataType, 4, DataLayout,IndexType> chip2(chip2TensorRange); in test_static_chip_sycl() local
222 Tensor<DataType, 4, DataLayout,IndexType> chip2(chip2TensorRange); in test_dynamic_chip_sycl() local
373 Tensor<DataType, 3, DataLayout,IndexType> chip2(chip2TensorRange); in test_chip_in_expr() local