diff options
4 files changed, 0 insertions, 4 deletions
diff --git a/tests/framework/tests/custom/abs/config.sh b/tests/framework/tests/custom/abs/config.sh index 5b327ec59..3030bcb72 100644 --- a/tests/framework/tests/custom/abs/config.sh +++ b/tests/framework/tests/custom/abs/config.sh @@ -1,2 +1 @@ MODELFILE_NAME="custom_abs_test.tflite" -STATUS="disabled" diff --git a/tests/framework/tests/custom/squared_difference/config.sh b/tests/framework/tests/custom/squared_difference/config.sh index fc17cf7a3..745a84447 100644 --- a/tests/framework/tests/custom/squared_difference/config.sh +++ b/tests/framework/tests/custom/squared_difference/config.sh @@ -1,2 +1 @@ MODELFILE_NAME="custom_squared_diff_test.tflite" -STATUS="disabled" diff --git a/tests/framework/tests/custom/tensorflowmax/config.sh b/tests/framework/tests/custom/tensorflowmax/config.sh index 058799935..122c459db 100644 --- a/tests/framework/tests/custom/tensorflowmax/config.sh +++ b/tests/framework/tests/custom/tensorflowmax/config.sh @@ -1,2 +1 @@ MODELFILE_NAME="custom_max_test.tflite" -STATUS="disabled" diff --git a/tests/framework/tests/custom/tensorflowsum/config.sh b/tests/framework/tests/custom/tensorflowsum/config.sh index 095055424..0a6dfe348 100644 --- a/tests/framework/tests/custom/tensorflowsum/config.sh +++ b/tests/framework/tests/custom/tensorflowsum/config.sh @@ -1,2 +1 @@ MODELFILE_NAME="custom_sum_test.tflite" -STATUS="disabled" |