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

Method hlo_proto

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

Source from the content-addressed store, hash-verified

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

Callers 3

DumpArgumentsFunction · 0.80
ExecuteGraphParallelMethod · 0.80
ExecuteMethod · 0.80

Calls 1

getMethod · 0.45

Tested by

no test coverage detected