Support ConstantOfShape in Caffe2 ONNX Backend (#16108)
authorLu Fang <lufang@fb.com>
Sat, 19 Jan 2019 06:55:41 +0000 (22:55 -0800)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Sat, 19 Jan 2019 06:58:23 +0000 (22:58 -0800)
commitdaedec235009dd05cdd5cb0281deb4ad6ca719c7
tree6b7899dc42c97ec7f08efb8d62df73b2254314a3
parentb436f94b53e261177422fe92680d42f19195d3d0
Support ConstantOfShape in Caffe2 ONNX Backend (#16108)

Summary:
This PR is the prerequisite to land https://github.com/pytorch/pytorch/pull/16095
Pull Request resolved: https://github.com/pytorch/pytorch/pull/16108

Reviewed By: BIT-silence

Differential Revision: D13725722

Pulled By: houseroad

fbshipit-source-id: 28c0fb72f075cd04f9db44dfab0163844c20c620
caffe2/onnx/backend.cc
caffe2/onnx/backend.h
caffe2/operators/filler_op.h
caffe2/python/onnx/tests/onnx_backend_test.py