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

Method newPool

devices/cpu/cpu_engine.cpp:113–116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

111 }
112
113 Ref<Pool> CPUEngine::newPool(const PoolDesc& desc)
114 {
115 return makeRef<CPUPool>(this, desc);
116 }
117
118 Ref<Upsample> CPUEngine::newUpsample(const UpsampleDesc& desc)
119 {

Callers 1

addPoolMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected