Searched refs:ScopedAnnotation (Results 1 – 8 of 8) sorted by relevance
/external/tensorflow/tensorflow/core/platform/ |
D | tracing.h | 186 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/ |
D | gpu_executable.cc | 44 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/ |
D | tsan_interface_ann.cc | 32 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/ |
D | gpu_util.cc | 152 tracing::ScopedAnnotation annotation("SetProtoFromGPU"); in SetProtoFromGPU()
|
D | gpu_device.cc | 677 tracing::ScopedAnnotation annotation("MakeTensorFromProto"); in MaybeCopyTensorToGPU()
|
/external/tensorflow/tensorflow/core/common_runtime/eager/ |
D | kernel_and_device.cc | 285 tracing::ScopedAnnotation activity(op_name, kernel_->type_string()); in Run()
|
/external/tensorflow/tensorflow/core/common_runtime/ |
D | copy_tensor.cc | 255 tracing::ScopedAnnotation annotation(edge_name); in ViaDMA()
|
D | executor.cc | 1806 tracing::ScopedAnnotation activity( in Process()
|