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

Method L1

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

DEPRECATED use l1()

Source from the content-addressed store, hash-verified

828
829// DEPRECATED use l1()
830float Tensor::L1() const { return l1(); }
831
832/// L2 norm, Do not use Nrm2 (name conflict).
833float Tensor::l2() const {

Callers 3

l1Method · 0.80
CompileMethod · 0.80
l1Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected