getDataAsLongArray() — pytorch Function Reference
Architecture documentation for the getDataAsLongArray() function in Tensor.java from the pytorch codebase.
Entity Profile
Dependency Diagram
graph TD a5498151_2fda_12e0_45be_2f4a804c8112["getDataAsLongArray()"] 44a9d923_c9af_0c0d_ee42_8a017c4c8890["getDataAsLongArray()"] 44a9d923_c9af_0c0d_ee42_8a017c4c8890 -->|calls| a5498151_2fda_12e0_45be_2f4a804c8112 44a9d923_c9af_0c0d_ee42_8a017c4c8890["getDataAsLongArray()"] a5498151_2fda_12e0_45be_2f4a804c8112 -->|calls| 44a9d923_c9af_0c0d_ee42_8a017c4c8890 style a5498151_2fda_12e0_45be_2f4a804c8112 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
android/pytorch_android/src/main/java/org/pytorch/Tensor.java lines 467–470
public long[] getDataAsLongArray() {
throw new IllegalStateException(
"Tensor of type " + getClass().getSimpleName() + " cannot return data as long array.");
}
Domain
Subdomains
Calls
Called By
Source
Frequently Asked Questions
What does getDataAsLongArray() do?
getDataAsLongArray() is a function in the pytorch codebase.
What does getDataAsLongArray() call?
getDataAsLongArray() calls 1 function(s): getDataAsLongArray.
What calls getDataAsLongArray()?
getDataAsLongArray() is called by 1 function(s): getDataAsLongArray.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free