RegisterOperators Class — pytorch Architecture
Architecture documentation for the RegisterOperators class in op_registration.h from the pytorch codebase.
Entity Profile
Source Code
aten/src/ATen/core/op_registration/op_registration.h lines 478–482
template<class FuncType>
explicit RegisterOperators(const std::string& schemaOrName, FuncType&& func, Options&& options = RegisterOperators::options())
: RegisterOperators() {
std::move(*this).op(schemaOrName, std::forward<FuncType>(func), std::move(options));
}
Source
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free