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