| 700 | } |
| 701 | |
| 702 | bool GraphExecutor::BailoutSetAttr(const char* name, const void* val, int size) |
| 703 | { |
| 704 | return exec_engine_->SetGraphAttr(exec_handle_, name, val, size); |
| 705 | } |
| 706 | |
| 707 | bool GraphExecutor::BailoutGetAttr(const char* name, void* val, int size) |
| 708 | { |
nothing calls this directly
no test coverage detected