Remove ConstQuantizerPtr in torchgen (#142375)

Fixes #ISSUE_NUMBER

Pull Request resolved: https://github.com/pytorch/pytorch/pull/142375
Approved by: https://github.com/albanD
This commit is contained in:
cyy
2024-12-10 02:37:01 +00:00
committed by PyTorch MergeBot
parent 41757372c4
commit 9a309fb4c6
5 changed files with 1 additions and 12 deletions

View File

@ -677,7 +677,6 @@ def argument_type_str(
BaseTy.MemoryFormat,
BaseTy.Dimname,
BaseTy.Stream,
BaseTy.ConstQuantizerPtr,
BaseTy.SymInt,
]:
# These python schema type names line up with their function schema names