Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RenderKit/oidn
/ updateDst
Method
updateDst
core/concat_conv.cpp:192–198 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
190
}
191
192
void InplaceConcatConv2::updateDst()
193
{
194
conv0->setDst(dst);
195
196
conv1->setBias(dst);
197
conv1->setDst(dst);
198
}
199
200
void InplaceConcatConv2::finalize()
201
{
Callers
nothing calls this directly
Calls
2
setDst
Method · 0.45
setBias
Method · 0.45
Tested by
no test coverage detected