Searched refs:Evaluator0 (Results 1 – 1 of 1) sorted by relevance
361 typedef TensorEvaluator<decltype(tensor.chip<0>(0)), DefaultDevice> Evaluator0; in test_chip_raw_data_col_major() typedef362 auto chip0 = Evaluator0(tensor.chip<0>(0), DefaultDevice()); in test_chip_raw_data_col_major()383 typedef TensorEvaluator<decltype(tensor.chip<0>(3)), DefaultDevice> Evaluator0; in test_chip_raw_data_row_major() typedef384 auto chip = Evaluator0(tensor.chip<0>(3), DefaultDevice()); in test_chip_raw_data_row_major()