Autogen Tags enum, and allow specifying tags while defining an op

Pull Request resolved: https://github.com/pytorch/pytorch/pull/79322

Approved by: https://github.com/albanD
This commit is contained in:
anjali411
2022-06-10 21:48:56 +00:00
committed by PyTorch MergeBot
parent bdcee8f995
commit 38350acf8f
28 changed files with 216 additions and 31 deletions

View File

@ -160,6 +160,7 @@ ATEN_EXPORTED_HEADERS = {
"RedispatchFunctions.h": ":gen_aten[RedispatchFunctions.h]",
"core/TensorBody.h": ":gen_aten[core/TensorBody.h]",
"core/aten_interned_strings.h": ":gen_aten[core/aten_interned_strings.h]",
"core/enum_tag.h": ":gen_aten[core/enum_tag.h]",
}
cxx_library(