Home / Function/ isDoubleList() — pytorch Function Reference

isDoubleList() — pytorch Function Reference

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

Entity Profile

Relationship Graph

Source Code

android/pytorch_android/src/main/java/org/pytorch/IValue.java lines 114–117

  @DoNotStrip
  public boolean isDoubleList() {
    return TYPE_CODE_DOUBLE_LIST == this.mTypeCode;
  }

Subdomains

Analyze Your Own Codebase

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

Try Supermodel Free