Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RenderKit/oidn
/ trimScratch
Method
trimScratch
core/subdevice.cpp:22–26 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
20
}
21
22
void Subdevice::trimScratch()
23
{
24
if (scratchArenaManager)
25
scratchArenaManager->trim();
26
}
27
28
std::shared_ptr<TensorMap> Subdevice::getCachedTensors(const void* key)
29
{
Callers
nothing calls this directly
Calls
1
trim
Method · 0.80
Tested by
no test coverage detected