MCPcopy Create free account
hub / github.com/PaddlePaddle/Paddle / Tensor

Function Tensor

paddle/phi/api/include/tensor.h:103–103  ·  view source on GitHub ↗

* @brief Construct a new Tensor object by copy */

Source from the content-addressed store, hash-verified

101 * @brief Construct a new Tensor object by copy
102 */
103 Tensor(const Tensor&) = default;
104
105 /**
106 * @brief Construct a new Tensor object by move

Callers 4

tensor.hFile · 0.70
FromBlobImplFunction · 0.50
sliceMethod · 0.50
contiguousMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected