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", "rsqrt",
"shape", "shape",
"sigmoid", "sigmoid",
"sin", #"sin", # b/118502200
"slice", "slice",
"softmax", "softmax",
"space_to_batch_nd", "space_to_batch_nd",

View File

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