Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1504
void SubColumn(const Tensor &v, Tensor *M) { AddColumn(-1, 1, v, M); }
1505
1506
void SubRow(const Tensor &v, Tensor *M) { AddRow(-1, 1, v, M); }
1507
1508
void SumColumns(const Tensor &M, Tensor *v) {
1509
if (M.transpose()) {
Callers
6
TEST_F
Function · 0.85
Forward
Method · 0.85
Backward
Method · 0.85
Train
Function · 0.85
Train
Function · 0.85
Train
Function · 0.85
Calls
1
AddRow
Function · 0.85
Tested by
1
TEST_F
Function · 0.68