ONNX Export Flatten operator
authorLara Haidar-Ahmad <lahaidar@microsoft.com>
Wed, 30 Jan 2019 18:57:08 +0000 (10:57 -0800)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Wed, 30 Jan 2019 19:05:00 +0000 (11:05 -0800)
commitdff8165d04f589dcaca42b76650340e220628f40
tree6d948d61556589a9ef795b8cec1900f646e68969
parent68620cdcb561a5610f23d0d52ba37d70f8aeeae4
ONNX Export Flatten operator

Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/16240

Reviewed By: bddppq

Differential Revision: D13800025

Pulled By: houseroad

fbshipit-source-id: ae4c5e42026477b28ffd44eda2438d93936ea510
test/onnx/expect/TestOperators.test_flatten.expect
test/onnx/expect/TestOperators.test_flatten2D.expect [new file with mode: 0644]
test/onnx/expect/TestOperators.test_view_flatten.expect [new file with mode: 0644]
test/onnx/test_operators.py
test/onnx/test_pytorch_onnx_caffe2.py
torch/onnx/symbolic.py