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

Method cleanup

core/graph.cpp:440–445  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

438 }
439
440 void Graph::cleanup()
441 {
442 lazyInits.clear();
443 tensorAllocs.clear();
444 tensorScratchPlanner.clear();
445 }
446
447 void Graph::clear()
448 {

Callers

nothing calls this directly

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected