MCPcopy Create free account
hub / github.com/ARM-software/ComputeLibrary / ~GraphContext

Method ~GraphContext

src/graph/GraphContext.cpp:38–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36}
37
38GraphContext::~GraphContext()
39{
40 _memory_managers.clear();
41 _weights_managers.clear();
42 release_default_graph_context(*this);
43}
44
45const GraphConfig &GraphContext::config() const
46{

Callers

nothing calls this directly

Calls 2

clearMethod · 0.45

Tested by

no test coverage detected