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

Method setRawData

src/Tensor.cpp:140–144  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

138}
139
140void
141Tensor::setRawData(const void* data)
142{
143 memcpy(this->mRawData, data, this->memorySize());
144}
145
146void
147Tensor::mapRawData()

Callers 1

postEvalMethod · 0.80

Calls 1

memorySizeMethod · 0.95

Tested by

no test coverage detected