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

Function SubColumn

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

Source from the content-addressed store, hash-verified

1502}
1503
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

Callers 3

TEST_FFunction · 0.85
Cpp>Method · 0.85
BackwardMethod · 0.85

Calls 1

AddColumnFunction · 0.85

Tested by 1

TEST_FFunction · 0.68