From 56313def004795f75ef8281a0294c958d28f1e06 Mon Sep 17 00:00:00 2001 From: Vijay Vasudevan Date: Mon, 16 Nov 2015 11:11:36 -0800 Subject: TensorFlow: Doc and linter fixes, some additional tests and error handling, updates to website. Changes: - Removes redundant reshape from image models by @mrry - Default TensorBoard to localhost by @danmane - Reformatting of tensorflow/core by @josh11b - Make tutorials backwards compatible to 0.5.0 by @girving - Improve print documentation (md files not updated). - Add proper scrolling to sitemap by @martinwicke Base CL: 107956254 --- tensorflow/core/kernels/restore_op_test.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tensorflow/core/kernels/restore_op_test.cc') diff --git a/tensorflow/core/kernels/restore_op_test.cc b/tensorflow/core/kernels/restore_op_test.cc index 59343a8037..1c4c17f6d6 100644 --- a/tensorflow/core/kernels/restore_op_test.cc +++ b/tensorflow/core/kernels/restore_op_test.cc @@ -2,6 +2,7 @@ #include #include +#include #include "tensorflow/core/common_runtime/device.h" #include "tensorflow/core/common_runtime/device_factory.h" #include "tensorflow/core/framework/allocator.h" @@ -18,7 +19,6 @@ #include "tensorflow/core/platform/test.h" #include "tensorflow/core/public/tensor.h" #include "tensorflow/core/util/tensor_slice_reader_cache.h" -#include namespace tensorflow { namespace { -- cgit v1.2.3