Home
last modified time | relevance | path

Searched defs:isSubtypeOfExt (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/pytorch/aten/src/ATen/core/
H A Dtype.cpp696 bool Type::isSubtypeOfExt(const Type& rhs, std::ostream* why_not) const { in isSubtypeOfExt() function in c10::Type
798 bool NoneType::isSubtypeOfExt(const Type& rhs, std::ostream *why_not) const { in isSubtypeOfExt() function in c10::NoneType
813 bool NumberType::isSubtypeOfExt(const Type& rhs, std::ostream* why_not) const { in isSubtypeOfExt() function in c10::NumberType
841 bool TupleType::isSubtypeOfExt(const Type& rhs_, std::ostream* why_not) const { in isSubtypeOfExt() function in c10::TupleType
876 bool ListType::isSubtypeOfExt(const Type& rhs_, std::ostream* why_not) const { in isSubtypeOfExt() function in c10::ListType
1016 bool InterfaceType::isSubtypeOfExt(const Type& rhs, std::ostream* why_not) const { in isSubtypeOfExt() function in c10::InterfaceType
1086 bool EnumType::isSubtypeOfExt(const Type& rhs, std::ostream* why_not) const { in isSubtypeOfExt() function in c10::EnumType
H A Dunion_type.cpp328 bool UnionType::isSubtypeOfExt(const Type& rhs, std::ostream* why_not) const { in isSubtypeOfExt() function in c10::UnionType
445 bool OptionalType::isSubtypeOfExt(const Type& rhs, std::ostream* why_not) const { in isSubtypeOfExt() function in c10::OptionalType
H A Djit_type.h1034 bool isSubtypeOfExt(const Type& rhs, std::ostream* why_not) const override { in isSubtypeOfExt() function
1076 bool isSubtypeOfExt(const Type& rhs, std::ostream* why_not) const override { in isSubtypeOfExt() function
1298 bool isSubtypeOfExt(const Type& rhs, std::ostream* why_not) const override { in isSubtypeOfExt() function
1323 bool isSubtypeOfExt(const Type& rhs, std::ostream* why_not) const override { in isSubtypeOfExt() function
1412 bool isSubtypeOfExt(const Type& rhs, std::ostream* why_not) const override { in isSubtypeOfExt() function
H A Ddynamic_type.cpp180 bool DynamicType::isSubtypeOfExt(const Type& rhs, std::ostream*) const { in isSubtypeOfExt() function in c10::DynamicType
H A Dtensor_type.cpp466 bool TensorType::isSubtypeOfExt(const Type& rhs, std::ostream* why_not) const { in isSubtypeOfExt() function in c10::TensorType
H A Dclass_type.cpp426 bool ClassType::isSubtypeOfExt(const Type& rhs, std::ostream* why_not) const { in isSubtypeOfExt() function in c10::ClassType