Enable generated tests, but keep 'sin' disabled.

PiperOrigin-RevId: 218917937
This commit is contained in:
A. Unique TensorFlower 2018-10-26 14:51:01 -07:00 committed by TensorFlower Gardener
parent 0b3c386a0d
commit f5a99d5272
2 changed files with 1 additions and 4 deletions

View File

@ -280,7 +280,7 @@ def generated_test_models():
"rsqrt",
"shape",
"sigmoid",
"sin",
#"sin", # b/118502200
"slice",
"softmax",
"space_to_batch_nd",

View File

@ -37,9 +37,6 @@ load(
tags = tags + [
"gen_zip_test",
"no_oss",
"noasan", # b/118502200
"notsan",
"nomsan",
"tflite_not_portable_intentional",
],
test_name = test_name,