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

Function DumpingEnabledForHloModule

tensorflow/compiler/xla/service/dump.cc:375–378  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

373}
374
375bool DumpingEnabledForHloModule(string_view hlo_module_name,
376 const DebugOptions& opts) {
377 return CanonicalDebugOptions(opts).should_dump_module(hlo_module_name);
378}
379
380bool DumpingToStdout(const DebugOptions& opts) {
381 return CanonicalDebugOptions(opts).dumping_to_stdout();

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected