Add options to Operator to enable registration of alias analysis passes (#19382)

Summary:
Pull Request resolved: https://github.com/pytorch/pytorch/pull/19382
ghimport-source-id: aeaad3b84ea20dd95b38635ca28c5ff657187909

Differential Revision: D14990873

Pulled By: bwasti

fbshipit-source-id: e1292ac8358ca8ff5bad8d8aeaddf06c23e66067
This commit is contained in:
Bram Wasti
2019-05-06 14:55:02 -07:00
committed by Facebook Github Bot
parent 5c9ab6f411
commit 035966d538
9 changed files with 143 additions and 25 deletions

View File

@ -790,6 +790,7 @@ if __name__ == '__main__':
'include/torch/csrc/jit/*.h',
'include/torch/csrc/jit/generated/*.h',
'include/torch/csrc/jit/passes/*.h',
'include/torch/csrc/jit/passes/utils/*.h',
'include/torch/csrc/jit/script/*.h',
'include/torch/csrc/jit/testing/*.h',
'include/torch/csrc/onnx/*.h',