Home
last modified time | relevance | path

Searched refs:graph_execution_trace_buffer_mu_ (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/core/util/
Ddebug_events_writer.h250 TF_GUARDED_BY(graph_execution_trace_buffer_mu_);
251 mutex graph_execution_trace_buffer_mu_; variable
Ddebug_events_writer.cc266 mutex_lock l(graph_execution_trace_buffer_mu_); in WriteGraphExecutionTrace()
316 mu = &graph_execution_trace_buffer_mu_; in WriteSerializedExecutionDebugEvent()
385 mutex_lock l(graph_execution_trace_buffer_mu_); in FlushExecutionFiles()
487 graph_execution_trace_buffer_mu_(), in DebugEventsWriter()