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

Method rawData

src/Tensor.cpp:134–138  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

132}
133
134void*
135Tensor::rawData()
136{
137 return this->mRawData;
138}
139
140void
141Tensor::setRawData(const void* data)

Callers 1

postEvalMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected