| 36 | } |
| 37 | |
| 38 | GraphContext::~GraphContext() |
| 39 | { |
| 40 | _memory_managers.clear(); |
| 41 | _weights_managers.clear(); |
| 42 | release_default_graph_context(*this); |
| 43 | } |
| 44 | |
| 45 | const GraphConfig &GraphContext::config() const |
| 46 | { |
nothing calls this directly
no test coverage detected