Home / Function/ initHybrid() — pytorch Function Reference

initHybrid() — pytorch Function Reference

Architecture documentation for the initHybrid() function in NativePeer.java from the pytorch codebase.

Entity Profile

Dependency Diagram

graph TD
  4d5261a2_0a59_33bb_6045_5f21aeaae84b["initHybrid()"]
  886b89a2_af40_bff4_f2cc_c7541b6896db["NativePeer()"]
  886b89a2_af40_bff4_f2cc_c7541b6896db -->|calls| 4d5261a2_0a59_33bb_6045_5f21aeaae84b
  style 4d5261a2_0a59_33bb_6045_5f21aeaae84b fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

android/pytorch_android/src/main/java/org/pytorch/NativePeer.java lines 16–18

  @DoNotStrip
  private static native HybridData initHybrid(
      String moduleAbsolutePath, Map<String, String> extraFiles, int deviceJniCode);

Subdomains

Called By

Frequently Asked Questions

What does initHybrid() do?
initHybrid() is a function in the pytorch codebase.
What calls initHybrid()?
initHybrid() is called by 1 function(s): NativePeer.

Analyze Your Own Codebase

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

Try Supermodel Free