IValue() — pytorch Function Reference
Architecture documentation for the IValue() function in IValue.java from the pytorch codebase.
Entity Profile
Dependency Diagram
graph TD f0795017_33b4_06dc_ad99_d769a6eb57c1["IValue()"] fb3fb338_6b18_8619_9be7_74cc26fc799c["optionalNull()"] fb3fb338_6b18_8619_9be7_74cc26fc799c -->|calls| f0795017_33b4_06dc_ad99_d769a6eb57c1 2825dd25_f9eb_ceef_8d41_63bda7c47342["from()"] 2825dd25_f9eb_ceef_8d41_63bda7c47342 -->|calls| f0795017_33b4_06dc_ad99_d769a6eb57c1 d32e9858_2a4e_5f39_0eb7_de537da43fde["listFrom()"] d32e9858_2a4e_5f39_0eb7_de537da43fde -->|calls| f0795017_33b4_06dc_ad99_d769a6eb57c1 84ba765a_7a26_8a54_75e2_35cedd1c2669["tupleFrom()"] 84ba765a_7a26_8a54_75e2_35cedd1c2669 -->|calls| f0795017_33b4_06dc_ad99_d769a6eb57c1 e95b2621_8f68_34fe_9bdf_704706a450d1["dictStringKeyFrom()"] e95b2621_8f68_34fe_9bdf_704706a450d1 -->|calls| f0795017_33b4_06dc_ad99_d769a6eb57c1 5091087e_1b11_e1c8_527f_67b0ab426b62["dictLongKeyFrom()"] 5091087e_1b11_e1c8_527f_67b0ab426b62 -->|calls| f0795017_33b4_06dc_ad99_d769a6eb57c1 style f0795017_33b4_06dc_ad99_d769a6eb57c1 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