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
  bd5a2bf0_05c5_399b_7f8e_dd659dc221d4["initHybrid()"]
  96984e8d_653a_f967_312a_98b39fa334b0["NativePeer()"]
  96984e8d_653a_f967_312a_98b39fa334b0 -->|calls| bd5a2bf0_05c5_399b_7f8e_dd659dc221d4
  style bd5a2bf0_05c5_399b_7f8e_dd659dc221d4 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