| 705 | } |
| 706 | |
| 707 | bool GraphExecutor::BailoutGetAttr(const char* name, void* val, int size) |
| 708 | { |
| 709 | return exec_engine_->GetGraphAttr(exec_handle_, name, val, size); |
| 710 | } |
| 711 | |
| 712 | void GraphExecutor::InitAttrIO(void) |
| 713 | { |
nothing calls this directly
no test coverage detected