-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
remove himax_we1_sdk and image_gen_linux folder
- Loading branch information
1 parent
5127328
commit 7e68f04
Showing
1 changed file
with
2 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -58,9 +58,7 @@ jobs: | |
cp -r tensorflow/lite/micro/himax_we1_evb temp/tflite-micro/tmp/tflm-mli/tensorflow/lite/micro/ | ||
rm -rf temp/tflite-micro/tmp/tflm-mli/tensorflow/lite/micro/arc_emsdp | ||
rm -rf temp/tflite-micro/tmp/tflm-mli/tensorflow/lite/micro/kernels/arc_mli | ||
rm -rf temp/tflite-micro/tmp/tflm-mli/tensorflow/lite/micro/models | ||
cp -r tensorflow/lite/micro/kernels/arc_mli temp/tflite-micro/tmp/tflm-mli/tensorflow/lite/micro/kernels/ | ||
rm -rf tensorflow | ||
cp -r temp/tflite-micro/tmp/tflm-mli/tensorflow . | ||
#####################################################################2022/10/05 | ||
|
@@ -71,14 +69,10 @@ jobs: | |
#####################################################################2022/10/05 | ||
rm -rf third_party/arc_mli_package/bin/emsdp_em11d_em9d_dfss | ||
rm -rf temp | ||
rm -rf himax_we1_sdk | ||
rm -rf image_gen_linux | ||
git clone https://github.com/HimaxWiseEyePlus/himax_tflm | ||
rm -rf himax_tflm/tensorflow | ||
cp -r tensorflow himax_tflm/ | ||
cp -r third_party himax_tflm/ | ||
cd himax_tflm | ||
git config --local user.name "kris-himax" | ||
git config --local user.email "[email protected]" | ||
git add * | ||
|