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

Function DumpingEnabledForHloModule

tensorflow/compiler/xla/service/dump.h:108–111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

106bool DumpingEnabledForHloModule(absl::string_view hlo_module_name,
107 const DebugOptions& opts);
108inline bool DumpingEnabledForHloModule(const HloModule& module) {
109 return DumpingEnabledForHloModule(module.name(),
110 module.config().debug_options());
111}
112
113// Returns true if DumpToFileInDirOrStdout and DumpHloModuleIfEnabled will write
114// to stdout, rather than to a file on disk.

Callers 8

BuildExecutablesMethod · 0.70
BuildExecutableMethod · 0.70
DumpIrIfEnabledFunction · 0.50
nvptx_compiler.ccFile · 0.50
RunBackendMethod · 0.50
RunBackendMethod · 0.50
operator()Method · 0.50
CompileAheadOfTimeMethod · 0.50

Calls 2

nameMethod · 0.65
configMethod · 0.45

Tested by

no test coverage detected