optionalNull() — pytorch Function Reference
Architecture documentation for the optionalNull() function in IValue.java from the pytorch codebase.
Entity Profile
Dependency Diagram
graph TD fb3fb338_6b18_8619_9be7_74cc26fc799c["optionalNull()"] f0795017_33b4_06dc_ad99_d769a6eb57c1["IValue()"] fb3fb338_6b18_8619_9be7_74cc26fc799c -->|calls| f0795017_33b4_06dc_ad99_d769a6eb57c1 style fb3fb338_6b18_8619_9be7_74cc26fc799c fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
android/pytorch_android/src/main/java/org/pytorch/IValue.java lines 140–143
@DoNotStrip
public static IValue optionalNull() {
return new IValue(TYPE_CODE_NULL);
}
Domain
Subdomains
Calls
Source
Frequently Asked Questions
What does optionalNull() do?
optionalNull() is a function in the pytorch codebase.
What does optionalNull() call?
optionalNull() calls 1 function(s): IValue.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free