Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
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
Callers
3
TEST_F
Function · 0.85
Cpp>
Method · 0.85
Backward
Method · 0.85
Calls
1
AddColumn
Function · 0.85
Tested by
1
TEST_F
Function · 0.68