MCPcopy 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
1294void 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'
1297template <typename SType>

Callers 6

TEST_FFunction · 0.85
AddColumnFunction · 0.85
SubRowFunction · 0.85
ForwardMethod · 0.85
ForwardMethod · 0.85
BackwardMethod · 0.85

Calls 11

AddColumnFunction · 0.85
MultFunction · 0.85
nDimMethod · 0.80
shapeMethod · 0.80
deviceMethod · 0.80
data_typeMethod · 0.80
TransposeFunction · 0.70
ReshapeFunction · 0.70
transposeMethod · 0.45
SizeMethod · 0.45
SetValueMethod · 0.45

Tested by 1

TEST_FFunction · 0.68