ezyang / onnx-pytorch

PyTorch development for onnx
21 stars 4 forks source link

Expand tests for Index symbolic representation #24

Closed jamesr66a closed 7 years ago

jamesr66a commented 7 years ago

This adds tests to exercise various code paths introduced in https://github.com/pytorch/pytorch/pull/3294. Currently, slicing along two dimensions is not supported in the caffe2 backend, so those tests are commented out for the time being