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