Home / Function/ toLongList() — pytorch Function Reference

toLongList() — pytorch Function Reference

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

Entity Profile

Dependency Diagram

graph TD
  841f1554_c71d_9809_7e92_4e4c5f04ea05["toLongList()"]
  5776f59b_54a2_1fc4_cfae_d6757e07d6b1["preconditionType()"]
  841f1554_c71d_9809_7e92_4e4c5f04ea05 -->|calls| 5776f59b_54a2_1fc4_cfae_d6757e07d6b1
  style 841f1554_c71d_9809_7e92_4e4c5f04ea05 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

android/pytorch_android/src/main/java/org/pytorch/IValue.java lines 287–291

  @DoNotStrip
  public long[] toLongList() {
    preconditionType(TYPE_CODE_LONG_LIST, mTypeCode);
    return (long[]) mData;
  }

Subdomains

Frequently Asked Questions

What does toLongList() do?
toLongList() is a function in the pytorch codebase.
What does toLongList() call?
toLongList() calls 1 function(s): preconditionType.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free