We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I needed to do this, too:
diff --git a/native_client/BUILD b/native_client/BUILD index d25454a..be6040a 100644 --- a/native_client/BUILD +++ b/native_client/BUILD @@ -2,7 +2,6 @@ load("@org_tensorflow//tensorflow:tensorflow.bzl", "tf_cc_shared_object", "tf_copts", "lrt_if_needed") load("@local_config_cuda//cuda:build_defs.bzl", "if_cuda") -load("@com_github_nelhage_rules_boost//:boost/boost.bzl", "boost_deps") load("@build_bazel_rules_apple//apple:ios.bzl", "ios_static_framework") load( @@ -175,7 +174,6 @@ cc_library( "//tensorflow/core/kernels:gather_nd_op", # GatherNd "//tensorflow/core/kernels:identity_op", # Identity "//tensorflow/core/kernels:immutable_constant_op", # ImmutableConst (used in memmapped models) - "//tensorflow/core/kernels:deepspeech_cwise_ops", # Less, Minimum, Mul "//tensorflow/core/kernels:matmul_op", # MatMul "//tensorflow/core/kernels:reduction_ops", # Max "//tensorflow/core/kernels:mfcc_op", # Mfcc
Originally posted by @Geremia in #3715 (comment)
The text was updated successfully, but these errors were encountered:
Please take a look at #3693.
Sorry, something went wrong.
No branches or pull requests
I needed to do this, too:
Originally posted by @Geremia in #3715 (comment)
The text was updated successfully, but these errors were encountered: