Searched refs:chip_index (Results 1 – 1 of 1) sorted by relevance
/external/eigen/unsupported/test/ |
D | cxx11_tensor_chipping.cpp | 354 int chip_index = i + 2 * (j + 3 * (k + 5 * l)); in test_chip_raw_data_col_major() local 355 VERIFY_IS_EQUAL(chip.data()[chip_index], tensor(i,j,k,l,3)); in test_chip_raw_data_col_major() 389 int chip_index = l + 2 * (k + 3 * (j + 5 * i)); in test_chip_raw_data_row_major() local 390 VERIFY_IS_EQUAL(chip.data()[chip_index], tensor(3,i,j,k,l)); in test_chip_raw_data_row_major()
|