Remove unnecessary deps for eigen_helpers.

This will unblock us from building against OSS TF, which does not expose eigen_helpers publicly.

PiperOrigin-RevId: 236729633
This commit is contained in:
Scott Zhu 2019-03-04 14:49:48 -08:00 committed by TensorFlower Gardener
parent dabee210ea
commit 020b382095
2 changed files with 0 additions and 5 deletions

View File

@ -74,9 +74,6 @@ tf_custom_op_library(
"kernels/beam_search_ops_gpu.cu.cc",
"kernels/beam_search_ops.h",
],
deps = [
"//tensorflow/core/kernels:eigen_helpers",
],
)
tf_gen_op_wrapper_py(
@ -96,7 +93,6 @@ tf_kernel_library(
deps = [
"//tensorflow/core:framework",
"//tensorflow/core:lib",
"//tensorflow/core/kernels:eigen_helpers",
"//third_party/eigen3",
],
)

View File

@ -18,7 +18,6 @@ limitations under the License.
#include "third_party/eigen3/unsupported/Eigen/CXX11/Tensor"
#include "tensorflow/core/framework/tensor_types.h"
#include "tensorflow/core/kernels/eigen_activations.h"
#include "tensorflow/core/platform/types.h"
namespace tensorflow {