HomeSort by relevance Sort by last modified time
    Searched refs:ScopedAnnotation (Results 1 - 5 of 5) sorted by null

  /external/tensorflow/tensorflow/core/platform/
tracing.h 93 // If no engine is registered, ScopedAnnotation and TraceMe are no-ops.
98 class ScopedAnnotation;
103 friend class ScopedAnnotation;
160 friend class ScopedAnnotation;
193 // Ownership: The creator of ScopedAnnotation assumes ownership of the object.
196 // ScopedAnnotation annotation("first set of kernels");
202 class Tracing::ScopedAnnotation {
204 explicit ScopedAnnotation(StringPiece name);
210 ScopedAnnotation(StringPiece name_part1, StringPiece name_part2);
242 inline Tracing::ScopedAnnotation::ScopedAnnotation(StringPiece name)
    [all...]
  /external/compiler-rt/lib/tsan/rtl/
tsan_interface_ann.cc 32 class ScopedAnnotation {
34 ScopedAnnotation(ThreadState *thr, const char *aname, const char *f, int l,
41 ~ScopedAnnotation() {
56 ScopedAnnotation sa(thr, __func__, f, l, caller_pc); \
  /external/tensorflow/tensorflow/core/common_runtime/gpu/
gpu_device.cc 427 } else if (port::Tracing::ScopedAnnotation::Enabled()) {
428 port::Tracing::ScopedAnnotation annotation(op_kernel->name(),
575 port::Tracing::ScopedAnnotation annotation("MakeTensorFromProto");
    [all...]
gpu_util.cc 154 port::Tracing::ScopedAnnotation annotation("SetProtoFromGPU");
  /external/tensorflow/tensorflow/core/common_runtime/
copy_tensor.cc 240 port::Tracing::ScopedAnnotation annotation(edge_name);

Completed in 198 milliseconds