Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ai-techsystems/deepC
/ isnull
Method
isnull
include/core/tensor.h:427–427 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
425
return result;
426
}
427
bool isnull() const { return _mem_layout == 0x0; }
428
// TODO:
429
void transpose() {}
430
// flat index, unsafe method
Callers
2
test_create
Method · 0.80
compute
Method · 0.80
Calls
no outgoing calls
Tested by
1
test_create
Method · 0.64