Home
last modified time | relevance | path

Searched refs:profile_annotation (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dthunk.h76 std::string profile_annotation; member
85 profile_annotation_(thunk_info.profile_annotation) {} in Thunk()
91 string profile_annotation() const { return profile_annotation_; } in profile_annotation() function
Dsequential_thunk.cc43 ScopedAnnotation annotation([&] { return thunk->profile_annotation(); }); in ExecuteOnStream()
Dthunk_emitter.cc71 info.profile_annotation = absl::StrFormat( in GetThunkInfo()
Dgpu_executable.cc172 ScopedAnnotation annotation([&] { return thunk->profile_annotation(); }); in ExecuteThunks()
182 VLOG(2) << "Executing the thunk for " << thunk->profile_annotation() in ExecuteThunks()