| 426 | |
| 427 | const Options& options() const { return options_; } |
| 428 | xla::Client* client() const { return options_.client; } |
| 429 | FunctionLibraryRuntime* flib_runtime() const { return flib_runtime_; } |
| 430 | |
| 431 | void PushNodeTokenMapping(); |
no outgoing calls
no test coverage detected