Sign in
android
/
platform
/
external
/
pytorch
/
9403eddce4
/
.
/
test
/
optim
/
compare.sh
blob: b4356dbbb45a3524e261eeec9d94a336a68e8ccb [
file
] [
log
] [
blame
]
th test
.
lua
>
lua
.
out
python3 test
.
py
>
python
.
out
diff lua
.
out python
.
out
>/
dev
/
null
2
>&
1
RESULT
=
$
?
if
[[
RESULT
-
eq
0
]];
then
echo
"PASS"
else
echo
"FAIL"
echo
"Press ENTER to open vimdiff"
read
vimdiff lua
.
out python
.
out
fi