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

Method ToString

tensorflow/compiler/xla/service/hlo_module.h:224–224  ·  view source on GitHub ↗

Return a string representation of the module. (We express the default options using an overload rather than a default param because gdb ignores default params, but does resolve overloads.)

Source from the content-addressed store, hash-verified

222 // (We express the default options using an overload rather than a default
223 // param because gdb ignores default params, but does resolve overloads.)
224 string ToString() const { return ToString(HloPrintOptions()); }
225 string ToString(const HloPrintOptions& options) const;
226
227 // Convert an HloModule to or from a proto.

Callers

nothing calls this directly

Calls 2

HloPrintOptionsClass · 0.85
ToStringFunction · 0.70

Tested by

no test coverage detected