Home / Type/ INativePeer Type — pytorch Architecture

INativePeer Type — pytorch Architecture

Architecture documentation for the INativePeer type/interface in INativePeer.java from the pytorch codebase.

Entity Profile

Source Code

android/pytorch_android/src/main/java/org/pytorch/INativePeer.java lines 3–9

interface INativePeer {
  void resetNative();

  IValue forward(IValue... inputs);

  IValue runMethod(String methodName, IValue... inputs);
}

Analyze Your Own Codebase

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

Try Supermodel Free