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

Method getScratchByteSize

core/graph.cpp:426–431  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

424 }
425
426 size_t Graph::getScratchByteSize()
427 {
428 if (dirty)
429 planAllocs();
430 return scratchByteSize;
431 }
432
433 void Graph::setScratch(const Ref<Buffer>& scratch)
434 {

Callers 2

buildModelMethod · 0.45
planAllocsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected