Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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()
830
float Tensor::L1() const { return l1(); }
831
832
/// L2 norm, Do not use Nrm2 (name conflict).
833
float Tensor::l2() const {
Callers
3
l1
Method · 0.80
Compile
Method · 0.80
l1
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected