Searched refs:Evaluator1 (Results 1 – 1 of 1) sorted by relevance
365 typedef TensorEvaluator<decltype(tensor.chip<1>(0)), DefaultDevice> Evaluator1; in test_chip_raw_data_col_major() typedef366 auto chip1 = Evaluator1(tensor.chip<1>(0), DefaultDevice()); in test_chip_raw_data_col_major()396 typedef TensorEvaluator<decltype(tensor.chip<1>(0)), DefaultDevice> Evaluator1; in test_chip_raw_data_row_major() typedef397 auto chip1 = Evaluator1(tensor.chip<1>(0), DefaultDevice()); in test_chip_raw_data_row_major()