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

Function DumpToFileInDir

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

Source from the content-addressed store, hash-verified

311}
312
313void DumpToFileInDir(const HloModule& module, string_view file_prefix,
314 string_view file_suffix, string_view contents) {
315 DumpToFileInDirImpl(FilenameFor(module, file_prefix, file_suffix), contents,
316 CanonicalDebugOptions(module.config().debug_options()));
317}
318
319void DumpToFileInDirOrStdout(const HloModule& module, string_view file_prefix,
320 string_view file_suffix, string_view contents) {

Callers 3

DumpIrIfEnabledFunction · 0.85
operator()Method · 0.85
CompileAheadOfTimeMethod · 0.85

Calls 4

DumpToFileInDirImplFunction · 0.85
FilenameForFunction · 0.85
configMethod · 0.45

Tested by

no test coverage detected