Home / Function/ listFrom() — pytorch Function Reference

listFrom() — pytorch Function Reference

Architecture documentation for the listFrom() function in IValue.java from the pytorch codebase.

Entity Profile

Dependency Diagram

graph TD
  d32e9858_2a4e_5f39_0eb7_de537da43fde["listFrom()"]
  f0795017_33b4_06dc_ad99_d769a6eb57c1["IValue()"]
  d32e9858_2a4e_5f39_0eb7_de537da43fde -->|calls| f0795017_33b4_06dc_ad99_d769a6eb57c1
  style d32e9858_2a4e_5f39_0eb7_de537da43fde fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

android/pytorch_android/src/main/java/org/pytorch/IValue.java lines 182–187

  @DoNotStrip
  public static IValue listFrom(boolean... list) {
    final IValue iv = new IValue(TYPE_CODE_BOOL_LIST);
    iv.mData = list;
    return iv;
  }

Subdomains

Calls

Frequently Asked Questions

What does listFrom() do?
listFrom() is a function in the pytorch codebase.
What does listFrom() call?
listFrom() 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