Home
last modified time | relevance | path

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

/external/eigen/unsupported/test/
Dcxx11_tensor_chipping.cpp70 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