Home / Class/ Runner Class — pytorch Architecture

Runner Class — pytorch Architecture

Architecture documentation for the Runner class in speed_benchmark_torch.cc from the pytorch codebase.

Entity Profile

Relationship Graph

Source Code

binaries/speed_benchmark_torch.cc lines 165–174

template<class T>
class Runner {
 public:
  virtual ~Runner() = default;
  virtual c10::IValue run(
      T& module,
      const std::vector<c10::IValue>& inputs) {
    return module.forward(inputs);
  }
};

Analyze Your Own Codebase

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

Try Supermodel Free