summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
author오형석/동작제어Lab(SR)/Staff Engineer/삼성전자 <hseok82.oh@samsung.com>2018-12-04 19:40:07 +0900
committer박세희/동작제어Lab(SR)/Principal Engineer/삼성전자 <saehie.park@samsung.com>2018-12-04 19:40:07 +0900
commit9c8eeac167a92a3613c884a4d9e7c17b798a2ddc (patch)
tree5ee0a039ded884d1f3bd2cd389342ee55041184f /tools
parent7050f92c1f738097f715878bf467a70d7111aa24 (diff)
downloadnnfw-9c8eeac167a92a3613c884a4d9e7c17b798a2ddc.tar.gz
nnfw-9c8eeac167a92a3613c884a4d9e7c17b798a2ddc.tar.bz2
nnfw-9c8eeac167a92a3613c884a4d9e7c17b798a2ddc.zip
[tflkit] Fix bug tflite_convert.sh for version<2 (#3704)
Fix bug tflite_convert.sh for version<2 setting allow_custom_ops Signed-off-by: Hyeongseok Oh <hseok82.oh@samsung.com>
Diffstat (limited to 'tools')
-rwxr-xr-xtools/tflkit/tflite_convert.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/tflkit/tflite_convert.sh b/tools/tflkit/tflite_convert.sh
index 1694c3c42..2056797ab 100755
--- a/tools/tflkit/tflite_convert.sh
+++ b/tools/tflkit/tflite_convert.sh
@@ -125,7 +125,7 @@ CUR_DIR=$(pwd)
--input_arrays="$INPUT" \
--input_shapes="${INPUT_SHAPE_LIST[$i]}" \
--output_arrays="$OUTPUT" \
- --allow_custom_ops=true
+ --allow_custom_ops
fi
done
popd