Internal change

PiperOrigin-RevId: 221105160
This commit is contained in:
Jian Li 2018-11-12 09:31:41 -08:00 committed by TensorFlower Gardener
parent c40983fe9a
commit dcfa1aaa7b

View File

@ -591,10 +591,9 @@ cc_test(
cc_test( cc_test(
name = "depthwiseconv_quantized_test", name = "depthwiseconv_quantized_test",
srcs = ["depthwiseconv_quantized_test.cc"], srcs = ["depthwiseconv_quantized_test.cc"],
shard_count = 2,
tags = [ tags = [
"no_oss", "no_oss",
# TODO(b/119052685): Re-enable this test in TSAN.
"notsan",
"tflite_not_portable_ios", "tflite_not_portable_ios",
], ],
deps = [ deps = [