Searched defs:isSubtypeOfExt (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/pytorch/aten/src/ATen/core/ |
H A D | type.cpp | 696 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 D | union_type.cpp | 328 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 D | jit_type.h | 1034 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 D | dynamic_type.cpp | 180 bool DynamicType::isSubtypeOfExt(const Type& rhs, std::ostream*) const { in isSubtypeOfExt() function in c10::DynamicType
|
H A D | tensor_type.cpp | 466 bool TensorType::isSubtypeOfExt(const Type& rhs, std::ostream* why_not) const { in isSubtypeOfExt() function in c10::TensorType
|
H A D | class_type.cpp | 426 bool ClassType::isSubtypeOfExt(const Type& rhs, std::ostream* why_not) const { in isSubtypeOfExt() function in c10::ClassType
|