Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/singa
/ AddRow
Function
AddRow
src/core/tensor/tensor.cc:1294–1294 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1292
Tensor *M);
1293
1294
void AddRow(const Tensor &v, Tensor *M) { AddRow(1, 1, v, M); }
1295
1296
/// Add row
'v'
by each column of matrix M; write results into
'out'
1297
template <typename SType>
Callers
6
TEST_F
Function · 0.85
AddColumn
Function · 0.85
SubRow
Function · 0.85
Forward
Method · 0.85
Forward
Method · 0.85
Backward
Method · 0.85
Calls
11
AddColumn
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