push_one Class — pytorch Architecture
Architecture documentation for the push_one class in stack.h from the pytorch codebase.
Entity Profile
Source Code
aten/src/ATen/core/stack.h lines 141–144
template <typename Type>
inline void push_one(Stack& stack, Type&& arg) {
stack.emplace_back(std::forward<Type>(arg));
}
Source
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free