Home / Class/ unsupportedRandomOp Class — pytorch Architecture

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 22–25

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");
}

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free