Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/singa
/ AddColumn
Function
AddColumn
src/core/tensor/tensor.cc:1271–1271 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1269
}
1270
1271
void AddColumn(const Tensor &v, Tensor *M) { AddColumn(1, 1, v, M); }
1272
/// Add column
'v'
onto each column of matrix M;
1273
template <typename SType>
1274
void AddColumn(const SType alpha, const SType beta, const Tensor &v,
Callers
5
TEST_F
Function · 0.85
AddRow
Function · 0.85
SubColumn
Function · 0.85
Forward
Method · 0.85
Forward
Method · 0.85
Calls
11
AddRow
Function · 0.85
Mult
Function · 0.85
nDim
Method · 0.80
shape
Method · 0.80
device
Method · 0.80
data_type
Method · 0.80
Transpose
Function · 0.70
Reshape
Function · 0.70
transpose
Method · 0.45
Size
Method · 0.45
SetValue
Method · 0.45
Tested by
1
TEST_F
Function · 0.68