From 599d6feec7a0cc6d3550af41149c46a02438cef4 Mon Sep 17 00:00:00 2001 From: "A. Unique TensorFlower" Date: Thu, 23 Jun 2016 15:58:46 -0800 Subject: [PATCH] Exclude strided_slice ops from android_all_ops. Change: 125735275 --- tensorflow/core/kernels/BUILD | 1 + 1 file changed, 1 insertion(+) diff --git a/tensorflow/core/kernels/BUILD b/tensorflow/core/kernels/BUILD index 4d779e85e7b..2c9d5b79768 100644 --- a/tensorflow/core/kernels/BUILD +++ b/tensorflow/core/kernels/BUILD @@ -1908,6 +1908,7 @@ filegroup( # Ops which we are currently excluding because they are likely # not used on Android. Those ops also do not compile if included, # unless we add the additional deps they need. + "strided_slice_op.*", "tf_record_reader_op.*", "string_to_hash_bucket_op.*", "text_line_reader_op.*", -- GitLab