Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RenderKit/oidn
/ toDevice
Method
toDevice
core/tensor.cpp:42–45 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
40
}
41
42
Ref<Tensor> Tensor::toDevice(Engine* engine, Storage storage)
43
{
44
return this;
45
}
46
47
#if 0
48
uint32_t Tensor::getHash() const
Callers
2
addConv
Method · 0.45
addConcatConv
Method · 0.45
Calls
5
getPtr
Function · 0.85
getByteSize
Function · 0.70
newBuffer
Method · 0.45
write
Method · 0.45
newTensor
Method · 0.45
Tested by
no test coverage detected