You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add OptionalIntArrayRef used by torchgen. (pytorch#5735)
Summary:
Pull Request resolved: pytorch#5735
Adds OptionalIntArrayRef for generated cpp using torchgen.
Generated code with torchgen.api.types.CppSignatureGroup uses additional aliases that are not currently defined in exec_aten.h. This diff adds support for OptionalIntArrayRef.
Example: aten::mean.dim uses an optional int array that would end up using `OptionalIntArrayRef`.
Reviewed By: zonglinpeng
Differential Revision: D63568016
fbshipit-source-id: fc87338632c5d2e84f1dd9b088d69ad304a13d1c
0 commit comments