Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/platform/posix/
Dsubprocess.h101 string* stderr_output);
Dsubprocess.cc335 string* stderr_output) { in Communicate() argument
392 iobufs[fd_count] = stderr_output; in Communicate()
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dnvptx_compiler.cc595 string stderr_output; in CompilePtx() local
597 /*stdin_input=*/nullptr, /*stdout_output=*/nullptr, &stderr_output); in CompilePtx()
598 XLA_LOG_LINES(tensorflow::INFO, stderr_output); in CompilePtx()