Home
last modified time | relevance | path

Searched refs:DumpingToStdout (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Ddump.h105 bool DumpingToStdout(const DebugOptions& opts);
Ddump.cc295 bool DumpingToStdout(const DebugOptions& opts) { in DumpingToStdout() function
/external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/
Dllvm_util.cc602 if (!DumpingToStdout(debug_opts)) { in DumpIrIfEnabled()