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

Function SliceRows

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

Source from the content-addressed store, hash-verified

1439}
1440
1441Tensor SliceRows(const Tensor &in, const size_t start, const size_t end) {
1442 return CopyRows(in, start, end);
1443}
1444
1445Tensor CopyColumns(const Tensor &in, const size_t start, const size_t end) {
1446 CHECK_EQ(in.nDim(), 2u);

Callers 1

SliceOnFunction · 0.85

Calls 1

CopyRowsFunction · 0.85

Tested by

no test coverage detected