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