| 117 | XlaExecutableClosure& operator=(XlaExecutableClosure&&) = default; |
| 118 | |
| 119 | xla::LocalClient* client() const { return client_; } |
| 120 | xla::LocalExecutable* executable() const { return executable_; } |
| 121 | const XlaCompiler::CompilationResult* compilation_result() const { |
| 122 | return compilation_result_; |
no outgoing calls
no test coverage detected