IValue() — pytorch Function Reference
Architecture documentation for the IValue() function in IValue.java from the pytorch codebase.
Entity Profile
Dependency Diagram
graph TD 31765eba_2156_9ce9_5919_ef9cd4260583["IValue()"] 9871b893_ab6c_978d_4d47_719a9d58b6b6["optionalNull()"] 9871b893_ab6c_978d_4d47_719a9d58b6b6 -->|calls| 31765eba_2156_9ce9_5919_ef9cd4260583 b74f9205_7f1e_0b2e_bbca_eb4da32b8b65["from()"] b74f9205_7f1e_0b2e_bbca_eb4da32b8b65 -->|calls| 31765eba_2156_9ce9_5919_ef9cd4260583 7505bd46_4686_7d8b_44f8_10bdb39f2634["listFrom()"] 7505bd46_4686_7d8b_44f8_10bdb39f2634 -->|calls| 31765eba_2156_9ce9_5919_ef9cd4260583 d9c1b708_b08f_2c24_bbe8_3ec7d4ee0fc0["tupleFrom()"] d9c1b708_b08f_2c24_bbe8_3ec7d4ee0fc0 -->|calls| 31765eba_2156_9ce9_5919_ef9cd4260583 b56076a4_eda7_409b_ace9_ee932277a920["dictStringKeyFrom()"] b56076a4_eda7_409b_ace9_ee932277a920 -->|calls| 31765eba_2156_9ce9_5919_ef9cd4260583 8bec8a6c_9f3f_6d58_262f_a23f013ff885["dictLongKeyFrom()"] 8bec8a6c_9f3f_6d58_262f_a23f013ff885 -->|calls| 31765eba_2156_9ce9_5919_ef9cd4260583 style 31765eba_2156_9ce9_5919_ef9cd4260583 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
android/pytorch_android/src/main/java/org/pytorch/IValue.java lines 64–67
@DoNotStrip
private IValue(int typeCode) {
this.mTypeCode = typeCode;
}
Domain
Subdomains
Source
Frequently Asked Questions
What does IValue() do?
IValue() is a function in the pytorch codebase.
What calls IValue()?
IValue() is called by 6 function(s): dictLongKeyFrom, dictStringKeyFrom, from, listFrom, optionalNull, tupleFrom.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free