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

Method newAutoexposure

devices/cpu/cpu_engine.cpp:123–126  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

121 }
122
123 Ref<Autoexposure> CPUEngine::newAutoexposure(const ImageDesc& srcDesc)
124 {
125 return makeRef<CPUAutoexposure>(this, srcDesc);
126 }
127
128 Ref<InputProcess> CPUEngine::newInputProcess(const InputProcessDesc& desc)
129 {

Callers 1

buildModelMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected