Skip to content

Commit 32b584d

Browse files
llhecaisq
authored andcommitted
Fix typo in executor.h (tensorflow#6004)
1 parent 7bf6c84 commit 32b584d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tensorflow/core/common_runtime/executor.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ class StepStatsCollector;
3939
// Rendezvous* rendezvous = NewNaiveRendezvous();
4040
// TF_CHECK_OK(rendezvous->Send("input", some_input_tensor));
4141
// TF_CHECK_OK(executor->Run({ExecutorOpts, rendezvous, nullptr}));
42-
// TF_CHECK_OK(rendezvous->Recv("input", &output_tensor));
42+
// TF_CHECK_OK(rendezvous->Recv("output", &output_tensor));
4343
// ... ...
4444
//
4545
// Multiple threads can call Executor::Run concurrently.

0 commit comments

Comments
 (0)