| 278 | Env* FunctionLibraryRuntimeOverlay::env() { return base_flr_->env(); } |
| 279 | |
| 280 | Device* FunctionLibraryRuntimeOverlay::device() { return base_flr_->device(); } |
| 281 | |
| 282 | const Device* FunctionLibraryRuntimeOverlay::device() const { |
| 283 | return base_flr_->device(); |
no outgoing calls