projects
/
platform
/
core
/
ml
/
nnfw.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b36a00d
)
Enable custom oprations test (#5071)
author
오형석/On-Device Lab(SR)/Staff Engineer/삼성전자
<hseok82.oh@samsung.com>
Fri, 26 Apr 2019 00:48:56 +0000
(09:48 +0900)
committer
GitHub Enterprise
<noreply-CODE@samsung.com>
Fri, 26 Apr 2019 00:48:56 +0000
(09:48 +0900)
Enable custom operations framework test again
Signed-off-by: Hyeongseok Oh <hseok82.oh@samsung.com>
tests/framework/tests/custom/abs/config.sh
patch
|
blob
|
history
tests/framework/tests/custom/squared_difference/config.sh
patch
|
blob
|
history
tests/framework/tests/custom/tensorflowmax/config.sh
patch
|
blob
|
history
tests/framework/tests/custom/tensorflowsum/config.sh
patch
|
blob
|
history
diff --git
a/tests/framework/tests/custom/abs/config.sh
b/tests/framework/tests/custom/abs/config.sh
index
5b327ec
..
3030bcb
100644
(file)
--- 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
fc17cf7
..
745a844
100644
(file)
--- 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
0587999
..
122c459
100644
(file)
--- 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
0950554
..
0a6dfe3
100644
(file)
--- 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"