tupleFrom() — pytorch Function Reference
Architecture documentation for the tupleFrom() function in IValue.java from the pytorch codebase.
Entity Profile
Dependency Diagram
graph TD d9c1b708_b08f_2c24_bbe8_3ec7d4ee0fc0["tupleFrom()"] 31765eba_2156_9ce9_5919_ef9cd4260583["IValue()"] d9c1b708_b08f_2c24_bbe8_3ec7d4ee0fc0 -->|calls| 31765eba_2156_9ce9_5919_ef9cd4260583 style d9c1b708_b08f_2c24_bbe8_3ec7d4ee0fc0 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
android/pytorch_android/src/main/java/org/pytorch/IValue.java lines 229–234
@DoNotStrip
public static IValue tupleFrom(IValue... array) {
final IValue iv = new IValue(TYPE_CODE_TUPLE);
iv.mData = array;
return iv;
}
Domain
Subdomains
Calls
Source
Frequently Asked Questions
What does tupleFrom() do?
tupleFrom() is a function in the pytorch codebase.
What does tupleFrom() call?
tupleFrom() 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