We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bf6c84 commit 32b584dCopy full SHA for 32b584d
tensorflow/core/common_runtime/executor.h
@@ -39,7 +39,7 @@ class StepStatsCollector;
39
// Rendezvous* rendezvous = NewNaiveRendezvous();
40
// TF_CHECK_OK(rendezvous->Send("input", some_input_tensor));
41
// TF_CHECK_OK(executor->Run({ExecutorOpts, rendezvous, nullptr}));
42
-// TF_CHECK_OK(rendezvous->Recv("input", &output_tensor));
+// TF_CHECK_OK(rendezvous->Recv("output", &output_tensor));
43
// ... ...
44
//
45
// Multiple threads can call Executor::Run concurrently.
0 commit comments