MCPcopy Create free account
hub / github.com/apache/singa / L2

Method L2

src/core/tensor/tensor.cc:846–846  ·  view source on GitHub ↗

DEPRECATED use l2()

Source from the content-addressed store, hash-verified

844
845// DEPRECATED use l2()
846float Tensor::L2() const { return l2(); }
847
848template <typename SType>
849void Tensor::SetValue(const SType x) {

Callers 3

l2Method · 0.80
TEST_FFunction · 0.80
l2Method · 0.80

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.64