D | cxx11_tensor_ref.cpp | 211 array<std::pair<ptrdiff_t, ptrdiff_t>, 4> trivial; in test_nested_ops_with_ref() local 212 trivial[0] = std::make_pair(0, 0); in test_nested_ops_with_ref() 213 trivial[1] = std::make_pair(0, 0); in test_nested_ops_with_ref() 214 trivial[2] = std::make_pair(0, 0); in test_nested_ops_with_ref() 215 trivial[3] = std::make_pair(0, 0); in test_nested_ops_with_ref() 216 Tensor<float, 4> padded = ref.shuffle(shuffle_dims).pad(trivial); in test_nested_ops_with_ref()
|