diff --git a/tensorflow/core/common_runtime/executor.cc b/tensorflow/core/common_runtime/executor.cc index ed1d84f8fad..03d31d8c76a 100644 --- a/tensorflow/core/common_runtime/executor.cc +++ b/tensorflow/core/common_runtime/executor.cc @@ -2159,7 +2159,7 @@ Status ExecutorState::ProcessOutputs(const NodeItem& item, OpKernelContext* ctx, void ExecutorState::PropagateOutputs(const TaggedNode& tagged_node, const NodeItem* item, EntryVector* outputs, TaggedNodeSeq* ready) { - auto activity_handle = absl::make_unique( + profiler::TraceMe activity( [&]() { return strings::StrCat( "ExecutorPropagateOutputs:", item->kernel->name_view(),