Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RenderKit/oidn
/ newConcatConv
Method
newConcatConv
core/engine.cpp:122–125 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
120
}
121
122
Ref<ConcatConv> Engine::newConcatConv(const ConcatConvDesc& desc)
123
{
124
throw std::logic_error(
"concat+conv operation is not implemented"
);
125
}
126
127
Ref<ConcatConv2> Engine::newConcatConv2(const ConcatConvDesc& desc)
128
{
Callers
1
addConcatConv
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected