MCPcopy Create free account
hub / github.com/clab/dynet / Tensor

Method Tensor

dynet/tensor.h:48–48  ·  view source on GitHub ↗

* \brief Create an empty tensor */

Source from the content-addressed store, hash-verified

46 * \brief Create an empty tensor
47 */
48 Tensor() : d(Dim()), v(nullptr), device(nullptr), mem_pool(DeviceMempool::NONE) { }
49 /**
50 * \brief Creates a tensor
51 * \details [long description]

Callers 1

~TensorFunction · 0.80

Calls 1

DimClass · 0.70

Tested by

no test coverage detected