MCPcopy Create free account
hub / github.com/KomputeProject/kompute / memorySize

Method memorySize

src/Tensor.cpp:122–126  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

120}
121
122uint32_t
123Tensor::memorySize()
124{
125 return this->mSize * this->mDataTypeMemorySize;
126}
127
128kp::Tensor::TensorDataTypes
129Tensor::dataType()

Callers 10

rebuildMethod · 0.95
setRawDataMethod · 0.95
mapRawDataMethod · 0.95
unmapRawDataMethod · 0.95
recordCopyFromMethod · 0.95
createBufferMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected