Home
last modified time | relevance | path

Searched refs:stop_output (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/core/framework/
Dmodel.cc474 void Model::RecordStart(const string& name, bool stop_output) { in RecordStart() argument
479 if (stop_output && (*node)->output()) { in RecordStart()
Ddataset.h784 void RecordStart(IteratorContext* ctx, bool stop_output = false) {
787 if (stop_output && node_->output()) {
Dmodel.h397 void RecordStart(const string& name, bool stop_output) LOCKS_EXCLUDED(mu_);
/external/mesa3d/src/gallium/drivers/ddebug/
Ddd_draw.c931 bool stop_output = false; in dd_report_hang() local
946 if (stop_output) { in dd_report_hang()
982 stop_output = true; in dd_report_hang()