MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / set_hlo_proto

Method set_hlo_proto

tensorflow/compiler/xla/service/executable.h:250–252  ·  view source on GitHub ↗

Dumping helpers.

Source from the content-addressed store, hash-verified

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

Callers 2

BuildExecutablesMethod · 0.80
BuildExecutableMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected