Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KomputeProject/kompute
/ isInit
Method
isInit
src/Tensor.cpp:103–108 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
101
}
102
103
bool
104
Tensor::isInit()
105
{
106
return this->mDevice && this->mPrimaryBuffer && this->mPrimaryMemory &&
107
this->mRawData;
108
}
109
110
uint32_t
111
Tensor::size()
Callers
5
TEST
Function · 0.45
TEST
Function · 0.45
TEST
Function · 0.45
TEST
Function · 0.45
TEST
Function · 0.45
Calls
no outgoing calls
Tested by
5
TEST
Function · 0.36
TEST
Function · 0.36
TEST
Function · 0.36
TEST
Function · 0.36
TEST
Function · 0.36