Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_transpose1D
Method · 0.45
test_transpose2D
Method · 0.45
test_transpose3D
Method · 0.45
compute
Method · 0.45
compute
Method · 0.45
Calls
no outgoing calls
Tested by
3
test_transpose1D
Method · 0.36
test_transpose2D
Method · 0.36
test_transpose3D
Method · 0.36