Dumping helpers.
| 248 | |
| 249 | // Dumping helpers. |
| 250 | void set_hlo_proto(std::unique_ptr<xla::HloProto> hlo_proto) { |
| 251 | hlo_proto_ = std::move(hlo_proto); |
| 252 | } |
| 253 | bool dumping_snapshot() const { return hlo_proto_ != nullptr; } |
| 254 | HloProto const* hlo_proto() const { return hlo_proto_.get(); } |
| 255 |
no outgoing calls
no test coverage detected