MCPcopy Create free account
hub / github.com/RenderKit/oidn / newConv

Method newConv

devices/hip/hip_engine.cpp:157–160  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

155 }
156
157 Ref<Conv> HIPEngine::newConv(const ConvDesc& desc)
158 {
159 return newHIPConv(this, desc);
160 }
161
162 Ref<Pool> HIPEngine::newPool(const PoolDesc& desc)
163 {

Callers

nothing calls this directly

Calls 1

newHIPConvFunction · 0.85

Tested by

no test coverage detected