"...composable_kernel_onnx.git" did not exist on "1a0cd5d160dfbe107a454f975a26599fc6daddd4"
Commit e450e32d authored by LDOUBLEV's avatar LDOUBLEV
Browse files

fix bugs

parent acd63841
...@@ -50,7 +50,7 @@ function func_parser_params(){ ...@@ -50,7 +50,7 @@ function func_parser_params(){
if [[ ${mode} = ${MODE} ]]; then if [[ ${mode} = ${MODE} ]]; then
IFS="|" IFS="|"
#echo $(func_set_params "${mode}" "${value}") #echo $(func_set_params "${mode}" "${value}")
echo value echo $value
break break
fi fi
IFS="|" IFS="|"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment