Remove sinkMaxPool transformation (#17694)
authorDuc Ngo <duc@fb.com>
Wed, 13 Mar 2019 03:05:36 +0000 (20:05 -0700)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Wed, 13 Mar 2019 03:10:46 +0000 (20:10 -0700)
commit66556f48e3f5c6f6d6f81ae61e37460bf4906c52
tree82575cfdb5252c49f11819c194a996008aa0cdb0
parentf7b70a69e5095a59dcec755cace5016bf2ad9c9e
Remove sinkMaxPool transformation (#17694)

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

Remove sinkMaxPool transformation as it's unused

Differential Revision: D14328624

fbshipit-source-id: bd245403b756157120faa61a0f9253c15120e7a8
caffe2/opt/sink.cc [deleted file]
caffe2/opt/sink.h [deleted file]
caffe2/python/pybind_state.cc
caffe2/python/transformations.py
caffe2/python/transformations_test.py