Tensor_int32() — pytorch Function Reference
Architecture documentation for the Tensor_int32() function in Tensor.java from the pytorch codebase.
Entity Profile
Dependency Diagram
graph TD 35d622dc_2970_0523_b025_83c1944667cb["Tensor_int32()"] fff97aed_e384_1976_ed4b_d94a2ed220dd["fromBlob()"] fff97aed_e384_1976_ed4b_d94a2ed220dd -->|calls| 35d622dc_2970_0523_b025_83c1944667cb 41a84db6_8612_e249_8a37_5e6e3edc69db["nativeNewTensor()"] 41a84db6_8612_e249_8a37_5e6e3edc69db -->|calls| 35d622dc_2970_0523_b025_83c1944667cb style 35d622dc_2970_0523_b025_83c1944667cb fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
android/pytorch_android/src/main/java/org/pytorch/Tensor.java lines 554–557
private Tensor_int32(IntBuffer data, long[] shape, MemoryFormat memoryFormat) {
super(shape, memoryFormat);
this.data = data;
}
Domain
Subdomains
Called By
Source
Frequently Asked Questions
What does Tensor_int32() do?
Tensor_int32() is a function in the pytorch codebase.
What calls Tensor_int32()?
Tensor_int32() is called by 2 function(s): fromBlob, nativeNewTensor.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free