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

Function DumpingToStdout

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

Source from the content-addressed store, hash-verified

378}
379
380bool DumpingToStdout(const DebugOptions& opts) {
381 return CanonicalDebugOptions(opts).dumping_to_stdout();
382}
383
384void DumpHloModuleBetweenPassesIfEnabled(string_view pipeline_name,
385 string_view before_pass_name,

Callers 1

DumpIrIfEnabledFunction · 0.85

Calls 2

dumping_to_stdoutMethod · 0.80

Tested by

no test coverage detected