Tensor_float64() — pytorch Function Reference
Architecture documentation for the Tensor_float64() function in Tensor.java from the pytorch codebase.
Entity Profile
Dependency Diagram
graph TD 87f5b5fe_1b3e_aeb8_ac15_1dcce674ceac["Tensor_float64()"] 7d987baf_1d44_31d6_f128_18964ed36ba8["fromBlob()"] 7d987baf_1d44_31d6_f128_18964ed36ba8 -->|calls| 87f5b5fe_1b3e_aeb8_ac15_1dcce674ceac d50225be_5454_b26a_269e_76ae3e7e49e5["nativeNewTensor()"] d50225be_5454_b26a_269e_76ae3e7e49e5 -->|calls| 87f5b5fe_1b3e_aeb8_ac15_1dcce674ceac style 87f5b5fe_1b3e_aeb8_ac15_1dcce674ceac fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
android/pytorch_android/src/main/java/org/pytorch/Tensor.java lines 650–653
private Tensor_float64(DoubleBuffer data, long[] shape, MemoryFormat memoryFormat) {
super(shape, memoryFormat);
this.data = data;
}
Domain
Subdomains
Called By
Source
Frequently Asked Questions
What does Tensor_float64() do?
Tensor_float64() is a function in the pytorch codebase.
What calls Tensor_float64()?
Tensor_float64() 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