Searched refs:indices3Stop (Results 1 – 1 of 1) sorted by relevance
/external/eigen/unsupported/test/ |
D | cxx11_tensor_morphing.cpp | 395 Index5 indices3Stop(2, 2, 0, 6, 4); in test_strided_slice() local 396 slice = tensor.stridedSlice(indices3Start, indices3Stop, strides3); in test_strided_slice() 410 Index5 indices3Stop(2, 2, 0, 6, 4); in test_strided_slice() local 411 slice = tensor.stridedSlice(indices3Start, indices3Stop, strides3); in test_strided_slice()
|