File tree 1 file changed +2
-2
lines changed
tensorflow/core/common_runtime
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,8 @@ limitations under the License.
23
23
#include " tensorflow/core/common_runtime/device_factory.h"
24
24
#include " tensorflow/core/common_runtime/device_mgr.h"
25
25
#include " tensorflow/core/framework/node_def_util.h"
26
+ #include " tensorflow/core/framework/tensor.h"
27
+ #include " tensorflow/core/framework/tensor_shape.h"
26
28
#include " tensorflow/core/framework/tensor_testutil.h"
27
29
#include " tensorflow/core/framework/types.h"
28
30
#include " tensorflow/core/graph/node_builder.h"
@@ -32,8 +34,6 @@ limitations under the License.
32
34
#include " tensorflow/core/lib/strings/strcat.h"
33
35
#include " tensorflow/core/platform/test.h"
34
36
#include " tensorflow/core/public/session_options.h"
35
- #include " tensorflow/core/public/tensor.h"
36
- #include " tensorflow/core/public/tensor_shape.h"
37
37
38
38
namespace tensorflow {
39
39
namespace {
You can’t perform that action at this time.
0 commit comments