Enable generated tests, but keep 'sin' disabled.
PiperOrigin-RevId: 218917937
This commit is contained in:
parent
0b3c386a0d
commit
f5a99d5272
@ -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",
|
||||||
|
@ -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,
|
||||||
|
Loading…
Reference in New Issue
Block a user