createNamed Class — pytorch Architecture
Architecture documentation for the createNamed class in type_factory.h from the pytorch codebase.
Entity Profile
Source Code
aten/src/ATen/core/type_factory.h lines 39–45
template <typename T>
C10_ERASE static c10::DynamicTypePtr createNamed(const std::string& name) {
return std::make_shared<c10::DynamicType>(
c10::DynamicTypeTrait<T>::tagValue(),
name,
c10::DynamicType::Arguments{});
}
Source
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free