| 54 | } |
| 55 | |
| 56 | bool ExecutionContext::uses_host_graph_plan() const noexcept { |
| 57 | return core::uses_host_graph_plan(backend_); |
| 58 | } |
| 59 | |
| 60 | BackendMemorySnapshot ExecutionContext::memory_snapshot() const { |
| 61 | if (config_.type != BackendType::BestAvailable) { |
no test coverage detected