Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/platform/
Dtracing.h159 virtual bool IsEnabledForAnnotations() const = 0;
/external/tensorflow/tensorflow/core/platform/default/
Ddevice_tracer.cc361 bool IsEnabledForAnnotations() const override { in IsEnabledForAnnotations() function in tensorflow::TraceCollectorImpl
/external/tensorflow/tensorflow/core/common_runtime/
Dexecutor.cc1602 return trace_collector->IsEnabledForAnnotations(); in MightTrace()