Home / Class/ slow_fallback Class — pytorch Architecture

slow_fallback Class — pytorch Architecture

Architecture documentation for the slow_fallback class in BatchedFallback.h from the pytorch codebase.

Entity Profile

Source Code

aten/src/ATen/functorch/BatchedFallback.h lines 59–64

template <typename Ret>
Ret slow_fallback(const c10::OperatorHandle& op, ArrayRef<IValue> args) {
  std::vector<IValue> stack(args.begin(), args.end());
  batchedTensorForLoopFallback(op, &stack);
  return vector_to_result<Ret>(stack);
}

Analyze Your Own Codebase

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

Try Supermodel Free