aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--tensorflow/core/common_runtime/direct_session_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/core/common_runtime/direct_session_test.cc b/tensorflow/core/common_runtime/direct_session_test.cc
index c8b8a09b8e..f8deaaf222 100644
--- a/tensorflow/core/common_runtime/direct_session_test.cc
+++ b/tensorflow/core/common_runtime/direct_session_test.cc
@@ -1178,7 +1178,7 @@ void FeedFetchBenchmarkHelper(int num_feeds, int iters) {
// monitor this overhead where possible, but that is not the
// object of study in this benchmark.
Node* placeholder;
- TF_CHECK_OK(NodeBuilder(g.NewName("Placeholder"), "PlaceholderV2")
+ TF_CHECK_OK(NodeBuilder(g.NewName("Placeholder"), "Placeholder")
.Attr("shape", TensorShape())
.Attr("dtype", DT_FLOAT)
.Device("/cpu:0")