Home / Function/ initHybridAndroidAsset() — pytorch Function Reference

initHybridAndroidAsset() — pytorch Function Reference

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

Entity Profile

Dependency Diagram

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

Relationship Graph

Source Code

android/pytorch_android/src/main/java/org/pytorch/NativePeer.java lines 20–24

  @DoNotStrip
  private static native HybridData initHybridAndroidAsset(
      String assetName, /* android.content.res.AssetManager */
      Object androidAssetManager,
      int deviceJniCode);

Subdomains

Called By

Frequently Asked Questions

What does initHybridAndroidAsset() do?
initHybridAndroidAsset() is a function in the pytorch codebase.
What calls initHybridAndroidAsset()?
initHybridAndroidAsset() 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