Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
134
void*
135
Tensor::rawData()
136
{
137
return this->mRawData;
138
}
139
140
void
141
Tensor::setRawData(const void* data)
Callers
1
postEval
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected