unsupportedRandomOp_ Class — pytorch Architecture
Architecture documentation for the unsupportedRandomOp_ class in VmapModeRegistrations.cpp from the pytorch codebase.
Entity Profile
Source Code
aten/src/ATen/VmapModeRegistrations.cpp lines 27–30
template <typename... Args> static Tensor& unsupportedRandomOp_(Args... args) {
TORCH_CHECK(false, "vmap: We do not yet support calling random operations inside of vmap. ",
"Please perform random operations outside of vmap as a workaround");
}
Source
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free