Extract ShapeInfo and some util functions into a separate file. (#17025)
authorYing Zhang <yingz@fb.com>
Wed, 13 Feb 2019 00:37:50 +0000 (16:37 -0800)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Wed, 13 Feb 2019 01:06:29 +0000 (17:06 -0800)
commit7c24de8d0443bcfe602461259b8e5830d01eb78c
treeda2b5dea4345bdab42f80724a06f8bf24021ad8e
parentf435fb8290aeb00fbfa0191d5c42c59c5a772623
Extract ShapeInfo and some util functions into a separate file. (#17025)

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

Extract ShapeInfo and some util functions into a separate file.

Reviewed By: yinghai

Differential Revision: D14017432

fbshipit-source-id: 201db46bce6d52d9355a1a86925aa6206d0336bf
caffe2/opt/bound_shape_inferencer.h
caffe2/opt/onnxifi_transformer.cc
caffe2/opt/shape_info.cc [new file with mode: 0644]
caffe2/opt/shape_info.h [new file with mode: 0644]