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

Method getEngine

core/device.cpp:253–256  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

251 }
252
253 Engine* Device::getEngine(int i) const
254 {
255 return getSubdevice(i)->getEngine();
256 }
257
258 Ref<Buffer> Device::newUserBuffer(size_t byteSize, Storage storage)
259 {

Callers 5

getHashMethod · 0.45
initMethod · 0.45
buildModelMethod · 0.45
USMBufferMethod · 0.45
newTensorMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected