MCPcopy Create free account
hub / github.com/ai-techsystems/deepC / transpose

Method transpose

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

TODO:

Source from the content-addressed store, hash-verified

427 bool isnull() const { return _mem_layout == 0x0; }
428 // TODO:
429 void transpose() {}
430 // flat index, unsafe method
431 T &operator[](const INDEX &index) const {
432 if (isnull() || index >= this->length()) {

Callers 5

test_transpose1DMethod · 0.45
test_transpose2DMethod · 0.45
test_transpose3DMethod · 0.45
computeMethod · 0.45
computeMethod · 0.45

Calls

no outgoing calls

Tested by 3

test_transpose1DMethod · 0.36
test_transpose2DMethod · 0.36
test_transpose3DMethod · 0.36