Searched refs:Evaluator4 (Results 1 – 1 of 1) sorted by relevance
348 typedef TensorEvaluator<decltype(tensor.chip<4>(3)), DefaultDevice> Evaluator4; in test_chip_raw_data_col_major() typedef349 auto chip = Evaluator4(tensor.chip<4>(3), DefaultDevice()); in test_chip_raw_data_col_major()408 typedef TensorEvaluator<decltype(tensor.chip<4>(0)), DefaultDevice> Evaluator4; in test_chip_raw_data_row_major() typedef409 auto chip4 = Evaluator4(tensor.chip<4>(0), DefaultDevice()); in test_chip_raw_data_row_major()