mirror of
https://github.com/zebrajr/pytorch.git
synced 2026-01-15 12:15:51 +00:00
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:
committed by
PyTorch MergeBot
parent
bdcee8f995
commit
38350acf8f
1
BUCK.oss
1
BUCK.oss
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user