floor_impl Class — pytorch Architecture
Architecture documentation for the floor_impl class in zmath.h from the pytorch codebase.
Entity Profile
Source Code
aten/src/ATen/native/cpu/zmath.h lines 164–167
template <typename TYPE>
inline TYPE floor_impl (TYPE z) {
return std::floor(z);
}
Source
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free