Home / Function/ getDataAsIntArray() — pytorch Function Reference

getDataAsIntArray() — pytorch Function Reference

Architecture documentation for the getDataAsIntArray() function in Tensor.java from the pytorch codebase.

Function java AndroidRuntime JavaAPI calls 1 called by 1

Entity Profile

Dependency Diagram

graph TD
  4a08d9ac_89df_e7cc_d5d2_6f99fbdeb9bf["getDataAsIntArray()"]
  d374778d_3921_072e_22a1_b47df9526e08["getDataAsIntArray()"]
  d374778d_3921_072e_22a1_b47df9526e08 -->|calls| 4a08d9ac_89df_e7cc_d5d2_6f99fbdeb9bf
  d374778d_3921_072e_22a1_b47df9526e08["getDataAsIntArray()"]
  4a08d9ac_89df_e7cc_d5d2_6f99fbdeb9bf -->|calls| d374778d_3921_072e_22a1_b47df9526e08
  style 4a08d9ac_89df_e7cc_d5d2_6f99fbdeb9bf fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

android/pytorch_android/src/main/java/org/pytorch/Tensor.java lines 449–452

  public int[] getDataAsIntArray() {
    throw new IllegalStateException(
        "Tensor of type " + getClass().getSimpleName() + " cannot return data as int array.");
  }

Subdomains

Frequently Asked Questions

What does getDataAsIntArray() do?
getDataAsIntArray() is a function in the pytorch codebase.
What does getDataAsIntArray() call?
getDataAsIntArray() calls 1 function(s): getDataAsIntArray.
What calls getDataAsIntArray()?
getDataAsIntArray() is called by 1 function(s): getDataAsIntArray.

Analyze Your Own Codebase

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

Try Supermodel Free