Home / Function/ Tensor_float64() — pytorch Function Reference

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
  5bc5322c_04dc_41b6_6e68_eb736b44a562["Tensor_float64()"]
  fff97aed_e384_1976_ed4b_d94a2ed220dd["fromBlob()"]
  fff97aed_e384_1976_ed4b_d94a2ed220dd -->|calls| 5bc5322c_04dc_41b6_6e68_eb736b44a562
  41a84db6_8612_e249_8a37_5e6e3edc69db["nativeNewTensor()"]
  41a84db6_8612_e249_8a37_5e6e3edc69db -->|calls| 5bc5322c_04dc_41b6_6e68_eb736b44a562
  style 5bc5322c_04dc_41b6_6e68_eb736b44a562 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;
    }

Subdomains

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