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

Function DumpHloModuleIfEnabled

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

Source from the content-addressed store, hash-verified

346}
347
348void DumpHloModuleIfEnabled(const HloModule& module, string_view name) {
349 CanonicalDebugOptions opts(module.config().debug_options());
350 if (opts.should_dump_module(module.name())) {
351 DumpHloModuleImpl(module, /*buffer_assn=*/nullptr, /*profile=*/nullptr,
352 TimestampFor(module), name, opts);
353 }
354}
355void DumpHloModuleIfEnabled(const HloModule& module,
356 const BufferAssignment& buffer_assn,
357 string_view name) {

Callers 8

BuildExecutablesMethod · 0.85
BuildExecutableMethod · 0.85
CompileAheadOfTimeMethod · 0.85
RunBackendMethod · 0.85
RunBackendMethod · 0.85
CompileAheadOfTimeMethod · 0.85

Calls 4

DumpHloModuleImplFunction · 0.85
TimestampForFunction · 0.85
nameMethod · 0.65
configMethod · 0.45

Tested by

no test coverage detected