| 298 | } |
| 299 | |
| 300 | string FunctionLibraryRuntimeOverlay::DebugString(Handle handle) { |
| 301 | return base_flr_->DebugString(handle); |
| 302 | } |
| 303 | |
| 304 | int FunctionLibraryRuntimeOverlay::graph_def_version() const { |
| 305 | return base_flr_->graph_def_version(); |
no test coverage detected