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

Function ConcatColumns

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

Source from the content-addressed store, hash-verified

1404 return out;
1405}
1406Tensor ConcatColumns(const vector<Tensor> &in) {
1407 return ConcatenateColumns(in);
1408}
1409
1410Tensor CopyRows(const Tensor &in, const size_t start, const size_t end) {
1411 CHECK_LT(start, end);

Callers

nothing calls this directly

Calls 1

ConcatenateColumnsFunction · 0.85

Tested by

no test coverage detected