aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/quantization
diff options
context:
space:
mode:
authorGravatar Andrew Harp <andrewharp@google.com>2016-10-10 13:20:06 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2016-10-10 14:33:36 -0700
commitf5b845ee7140d10d51d0cb6cbb4ac75678b0d876 (patch)
tree7ab8b5fa23b53b82b318a0deb86a3ae75270ec87 /tensorflow/contrib/quantization
parent5cfd9178111ea183a51ae2e0768e94a586560eb3 (diff)
Replace references to deprecated eight_bit_int_gemm with gemmlowp
Change: 135719801
Diffstat (limited to 'tensorflow/contrib/quantization')
-rw-r--r--tensorflow/contrib/quantization/kernels/BUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/tensorflow/contrib/quantization/kernels/BUILD b/tensorflow/contrib/quantization/kernels/BUILD
index 6be2ccaa07..a1a3ad1daf 100644
--- a/tensorflow/contrib/quantization/kernels/BUILD
+++ b/tensorflow/contrib/quantization/kernels/BUILD
@@ -79,7 +79,7 @@ tf_kernel_library(
"//tensorflow/core/kernels:ops_util",
"//tensorflow/core/kernels:pooling_ops",
"//third_party/eigen3",
- "@gemmlowp//:eight_bit_int_gemm",
+ "@gemmlowp//:gemmlowp",
],
)
@@ -104,7 +104,7 @@ tf_custom_op_library(
"//tensorflow/core/kernels:concat_lib_hdrs",
"//tensorflow/core/kernels:ops_util_hdrs",
"//tensorflow/core/kernels:pooling_ops_hdrs",
- "@gemmlowp//:eight_bit_int_gemm",
+ "@gemmlowp//:gemmlowp",
],
)