Home
last modified time | relevance | path

Searched refs:ScopedAnnotation (Results 1 – 8 of 8) sorted by relevance

/external/tensorflow/tensorflow/core/platform/
Dtracing.h186 class ScopedAnnotation {
188 explicit ScopedAnnotation(StringPiece name) in ScopedAnnotation() function
189 : ScopedAnnotation(name, StringPiece()) {} in ScopedAnnotation()
195 ScopedAnnotation(StringPiece name_part1, StringPiece name_part2) in ScopedAnnotation() function
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dgpu_executable.cc44 using tensorflow::tracing::ScopedAnnotation;
106 ScopedAnnotation top_level_annotation(hlo_module_->name(), "XLA GPU module"); in ExecuteThunks()
116 absl::optional<ScopedAnnotation> op_annotation; in ExecuteThunks()
/external/compiler-rt/lib/tsan/rtl/
Dtsan_interface_ann.cc32 class ScopedAnnotation { class
34 ScopedAnnotation(ThreadState *thr, const char *aname, const char *f, int l, in ScopedAnnotation() function in __tsan::ScopedAnnotation
41 ~ScopedAnnotation() { in ~ScopedAnnotation()
56 ScopedAnnotation sa(thr, __func__, f, l, caller_pc); \
/external/tensorflow/tensorflow/core/common_runtime/gpu/
Dgpu_util.cc152 tracing::ScopedAnnotation annotation("SetProtoFromGPU"); in SetProtoFromGPU()
Dgpu_device.cc677 tracing::ScopedAnnotation annotation("MakeTensorFromProto"); in MaybeCopyTensorToGPU()
/external/tensorflow/tensorflow/core/common_runtime/eager/
Dkernel_and_device.cc285 tracing::ScopedAnnotation activity(op_name, kernel_->type_string()); in Run()
/external/tensorflow/tensorflow/core/common_runtime/
Dcopy_tensor.cc255 tracing::ScopedAnnotation annotation(edge_name); in ViaDMA()
Dexecutor.cc1806 tracing::ScopedAnnotation activity( in Process()