Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RenderKit/oidn
/ isConvSupported
Method
isConvSupported
core/engine.cpp:117–120 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
115
}
116
117
bool Engine::isConvSupported(Fusion fusion) const
118
{
119
return fusion == Fusion::None;
120
}
121
122
Ref<ConcatConv> Engine::newConcatConv(const ConcatConvDesc& desc)
123
{
Callers
1
addConv
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected