mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
registraion replaced with registration in jit_type.h file comment (#164072)
Fixes #164071 typo correction done Pull Request resolved: https://github.com/pytorch/pytorch/pull/164072 Approved by: https://github.com/Skylion007
This commit is contained in:
committed by
PyTorch MergeBot
parent
3766513d25
commit
d1b3481131
@ -1234,7 +1234,7 @@ struct TORCH_API TupleType : public NamedType {
|
||||
std::shared_ptr<FunctionSchema> schema_;
|
||||
};
|
||||
|
||||
// the common supertype of all Enums, only used in operator registraion.
|
||||
// the common supertype of all Enums, only used in operator registration.
|
||||
// EnumType <: AnyEnumType for all Enums
|
||||
struct AnyEnumType;
|
||||
using AnyEnumTypePtr = SingletonTypePtr<AnyEnumType>;
|
||||
|
Reference in New Issue
Block a user