Skip to content

Commit faf747a

Browse files
josh11bkeveman
authored andcommitted
Global search & replace to move to the new location for
tensorflow/core/ files and build targets. Change: 113248293
1 parent 72bf502 commit faf747a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tensorflow/core/common_runtime/constant_folding_test.cc

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ limitations under the License.
2323
#include "tensorflow/core/common_runtime/device_factory.h"
2424
#include "tensorflow/core/common_runtime/device_mgr.h"
2525
#include "tensorflow/core/framework/node_def_util.h"
26+
#include "tensorflow/core/framework/tensor.h"
27+
#include "tensorflow/core/framework/tensor_shape.h"
2628
#include "tensorflow/core/framework/tensor_testutil.h"
2729
#include "tensorflow/core/framework/types.h"
2830
#include "tensorflow/core/graph/node_builder.h"
@@ -32,8 +34,6 @@ limitations under the License.
3234
#include "tensorflow/core/lib/strings/strcat.h"
3335
#include "tensorflow/core/platform/test.h"
3436
#include "tensorflow/core/public/session_options.h"
35-
#include "tensorflow/core/public/tensor.h"
36-
#include "tensorflow/core/public/tensor_shape.h"
3737

3838
namespace tensorflow {
3939
namespace {

0 commit comments

Comments
 (0)