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

Function SliceColumns

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

Source from the content-addressed store, hash-verified

1457}
1458
1459Tensor SliceColumns(const Tensor &in, const size_t start, const size_t end) {
1460 return CopyColumns(in, start, end);
1461}
1462
1463/// Divide row 'v' by each row of matrix M; write results into 'out'
1464void DivRow(const Tensor &v, Tensor *M) {

Callers 1

SliceOnFunction · 0.85

Calls 1

CopyColumnsFunction · 0.85

Tested by

no test coverage detected