From 9da99d74e4d59536ac93a970e0c7fe1796d195bf Mon Sep 17 00:00:00 2001 From: Reuben Morais Date: Mon, 22 Jul 2019 15:40:11 +0200 Subject: [PATCH] Remove additional unneeded op lib deps --- native_client/BUILD | 2 -- 1 file changed, 2 deletions(-) diff --git a/native_client/BUILD b/native_client/BUILD index 689c8a38..ba7f8f5d 100644 --- a/native_client/BUILD +++ b/native_client/BUILD @@ -137,8 +137,6 @@ tf_cc_shared_object( "//tensorflow/core:no_op_op_lib", # NoOp "//tensorflow/core:nn_ops_op_lib", # Relu, Softmax, BiasAdd # And op libs for these ops brought in by dependencies of dependencies to silence unknown OpKernel warnings: - "//tensorflow/core:bitwise_ops_op_lib", # BitwiseAnd, BitwiseOr, BitwiseXor, LeftShift, RightShift - "//tensorflow/core:random_ops_op_lib", # RandomGammaGrad "//tensorflow/core:dataset_ops_op_lib", # UnwrapDatasetVariant, WrapDatasetVariant "//tensorflow/core:sendrecv_ops_op_lib", # _HostRecv, _HostSend, _Recv, _Send ],