MCPcopy 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
1271void AddColumn(const Tensor &v, Tensor *M) { AddColumn(1, 1, v, M); }
1272/// Add column 'v' onto each column of matrix M;
1273template <typename SType>
1274void AddColumn(const SType alpha, const SType beta, const Tensor &v,

Callers 5

TEST_FFunction · 0.85
AddRowFunction · 0.85
SubColumnFunction · 0.85
ForwardMethod · 0.85
ForwardMethod · 0.85

Calls 11

AddRowFunction · 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