aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/graph/subgraph_test.cc
diff options
context:
space:
mode:
authorGravatar Josh Levenberg <josh11b@tensorflow.org>2016-01-26 11:42:38 -0800
committerGravatar Vijay Vasudevan <vrv@google.com>2016-01-26 12:55:35 -0800
commitc10f439740396006e45059435e552e4d4ad2c1ad (patch)
tree25493e150b65c4d7d8fd4b6c8b2abc08069981f0 /tensorflow/core/graph/subgraph_test.cc
parentf8fa35b8a1910772d6d6ba7b621f905358640c2c (diff)
Global search & replace to move to the new location for
tensorflow/core/ files and build targets. Change: 113080052
Diffstat (limited to 'tensorflow/core/graph/subgraph_test.cc')
-rw-r--r--tensorflow/core/graph/subgraph_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/core/graph/subgraph_test.cc b/tensorflow/core/graph/subgraph_test.cc
index e80ebdd634..2b90b6bc37 100644
--- a/tensorflow/core/graph/subgraph_test.cc
+++ b/tensorflow/core/graph/subgraph_test.cc
@@ -23,6 +23,7 @@ limitations under the License.
#include "tensorflow/core/graph/graph_constructor.h"
#include "tensorflow/core/graph/graph_def_builder.h"
#include "tensorflow/core/kernels/ops_util.h"
+#include "tensorflow/core/lib/core/status.h"
#include "tensorflow/core/lib/core/status_test_util.h"
#include "tensorflow/core/lib/strings/str_util.h"
#include "tensorflow/core/platform/logging.h"
@@ -30,7 +31,6 @@ limitations under the License.
#include "tensorflow/core/platform/regexp.h"
#include "tensorflow/core/platform/test.h"
#include "tensorflow/core/platform/test_benchmark.h"
-#include "tensorflow/core/public/status.h"
// TODO(josh11b): Test setting the "device" field of a NodeDef.
// TODO(josh11b): Test that feeding won't prune targets.