aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/cc/tutorials
diff options
context:
space:
mode:
authorGravatar Josh Levenberg <josh11b@tensorflow.org>2016-01-26 11:27:54 -0800
committerGravatar Vijay Vasudevan <vrv@google.com>2016-01-26 11:40:55 -0800
commitb2f0bc2e230dcd690e7cf34e5425f0f499d9557b (patch)
tree4e51f435494e48e777cef8c55941c47cca3cba00 /tensorflow/cc/tutorials
parent31849e0a44a1c9c99c4524a65c9ee90e80c41499 (diff)
Global search & replace to move to the new location for
tensorflow/core/ files and build targets. Change: 113078322
Diffstat (limited to 'tensorflow/cc/tutorials')
-rw-r--r--tensorflow/cc/tutorials/example_trainer.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/cc/tutorials/example_trainer.cc b/tensorflow/cc/tutorials/example_trainer.cc
index 48ba878e98..1a02e1310c 100644
--- a/tensorflow/cc/tutorials/example_trainer.cc
+++ b/tensorflow/cc/tutorials/example_trainer.cc
@@ -20,6 +20,7 @@ limitations under the License.
#include "tensorflow/cc/ops/standard_ops.h"
#include "tensorflow/core/framework/graph.pb.h"
+#include "tensorflow/core/framework/tensor.h"
#include "tensorflow/core/graph/default_device.h"
#include "tensorflow/core/graph/graph_def_builder.h"
#include "tensorflow/core/lib/core/threadpool.h"
@@ -28,7 +29,6 @@ limitations under the License.
#include "tensorflow/core/platform/logging.h"
#include "tensorflow/core/platform/types.h"
#include "tensorflow/core/public/session.h"
-#include "tensorflow/core/public/tensor.h"
using tensorflow::string;
using tensorflow::int32;