isSubtypeOfExt Class — pytorch Architecture
Architecture documentation for the isSubtypeOfExt class in jit_type_base.h from the pytorch codebase.
Entity Profile
Source Code
aten/src/ATen/core/jit_type_base.h lines 306–310
template <typename T>
std::enable_if_t<std::is_base_of_v<Type, T>, bool>
isSubtypeOfExt(const SingletonOrSharedTypePtr<T>& rhs, std::ostream* why_not) const {
return isSubtypeOfExt(*rhs, why_not);
}
Source
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free