MCPcopy Create free account
hub / github.com/apache/singa / SubRow

Function SubRow

src/core/tensor/tensor.cc:1506–1506  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1504void SubColumn(const Tensor &v, Tensor *M) { AddColumn(-1, 1, v, M); }
1505
1506void SubRow(const Tensor &v, Tensor *M) { AddRow(-1, 1, v, M); }
1507
1508void SumColumns(const Tensor &M, Tensor *v) {
1509 if (M.transpose()) {

Callers 6

TEST_FFunction · 0.85
ForwardMethod · 0.85
BackwardMethod · 0.85
TrainFunction · 0.85
TrainFunction · 0.85
TrainFunction · 0.85

Calls 1

AddRowFunction · 0.85

Tested by 1

TEST_FFunction · 0.68