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