Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
140
void
141
Tensor::setRawData(const void* data)
142
{
143
memcpy(this->mRawData, data, this->memorySize());
144
}
145
146
void
147
Tensor::mapRawData()
Callers
1
postEval
Method · 0.80
Calls
1
memorySize
Method · 0.95
Tested by
no test coverage detected