aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/examples/label_image
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/examples/label_image
parent31849e0a44a1c9c99c4524a65c9ee90e80c41499 (diff)
Global search & replace to move to the new location for
tensorflow/core/ files and build targets. Change: 113078322
Diffstat (limited to 'tensorflow/examples/label_image')
-rw-r--r--tensorflow/examples/label_image/main.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/examples/label_image/main.cc b/tensorflow/examples/label_image/main.cc
index 4460fefa3f..9f66d1e7ac 100644
--- a/tensorflow/examples/label_image/main.cc
+++ b/tensorflow/examples/label_image/main.cc
@@ -37,6 +37,7 @@ limitations under the License.
#include "tensorflow/cc/ops/image_ops.h"
#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/errors.h"
@@ -48,7 +49,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"
#include "tensorflow/examples/label_image/command_line_flags.h"
// These are all common classes it's handy to reference with no namespace.