Fix build errors

This commit is contained in:
Wen-Heng (Jack) Chung 2019-03-13 19:11:56 +00:00
parent 83b2e33e9d
commit 386558b81f
2 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@ limitations under the License.
#include "third_party/eigen3/unsupported/Eigen/CXX11/Tensor"
#include "tensorflow/core/framework/register_types.h"
#include "tensorflow/core/kernels/concat_lib.h"
#include "tensorflow/core/kernels/cuda_device_array_gpu.h"
#include "tensorflow/core/kernels/gpu_device_array_gpu.h"
namespace tensorflow {

View File

@ -24,7 +24,7 @@ limitations under the License.
#include "third_party/eigen3/unsupported/Eigen/CXX11/Tensor"
#include "tensorflow/core/framework/register_types.h"
#include "tensorflow/core/kernels/cuda_device_array_gpu.h"
#include "tensorflow/core/kernels/gpu_device_array_gpu.h"
#include "tensorflow/core/kernels/split_lib.h"
namespace tensorflow {