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

Method newImageCopy

devices/cpu/cpu_engine.cpp:138–141  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

136 }
137
138 Ref<ImageCopy> CPUEngine::newImageCopy()
139 {
140 return makeRef<CPUImageCopy>(this);
141 }
142
143 void CPUEngine::submitFunc(std::function<void()>&& f, const Ref<CancellationToken>& ct)
144 {

Callers 1

buildModelMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected