| 252 | } |
| 253 | bool dumping_snapshot() const { return hlo_proto_ != nullptr; } |
| 254 | HloProto const* hlo_proto() const { return hlo_proto_.get(); } |
| 255 | |
| 256 | protected: |
| 257 | // HloModule this was compiled from. BufferAssignment keeps pointers to |
no test coverage detected