MCPcopy 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
103bool
104Tensor::isInit()
105{
106 return this->mDevice && this->mPrimaryBuffer && this->mPrimaryMemory &&
107 this->mRawData;
108}
109
110uint32_t
111Tensor::size()

Callers 5

TESTFunction · 0.45
TESTFunction · 0.45
TESTFunction · 0.45
TESTFunction · 0.45
TESTFunction · 0.45

Calls

no outgoing calls

Tested by 5

TESTFunction · 0.36
TESTFunction · 0.36
TESTFunction · 0.36
TESTFunction · 0.36
TESTFunction · 0.36