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

Method is_contiguous

include/singa/core/tensor.h:127–127  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

125 }
126
127 bool is_contiguous() const { return !broadcasted() && !transpose(); }
128
129 const vector<int> &stride() const { return stride_; }
130

Callers

nothing calls this directly

Calls 1

transposeFunction · 0.50

Tested by

no test coverage detected