Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ai-techsystems/deepC
/ empty
Method
empty
include/core/tensor.h:495–495 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
493
return this->operator()(indices);
494
}
495
bool empty() { return this->length() == 0; }
496
std::string dtype() { return dtype_str[typeid(T).name()[0] -
'a'
]; }
497
std::string to_proto() // return proto string
498
{
Callers
9
test_create
Method · 0.45
test_non_detailed
Function · 0.45
modelInputs
Method · 0.45
writeUsageFunction
Method · 0.45
write
Method · 0.45
compute
Method · 0.45
readTensor
Function · 0.45
addIONode
Method · 0.45
addOPNode
Method · 0.45
Calls
1
length
Method · 0.45
Tested by
2
test_create
Method · 0.36
test_non_detailed
Function · 0.36