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