From 49215a1afeffb6ca1a61d14c60ed87440a865a7a Mon Sep 17 00:00:00 2001 From: WenmuZhou <572459439@qq.com> Date: Mon, 20 Jun 2022 04:00:47 +0000 Subject: [PATCH] rename to avh --- deploy/{tvm => avh}/.gitignore | 0 deploy/{tvm => avh}/Makefile | 0 deploy/{tvm => avh}/README.md | 0 deploy/{tvm => avh}/arm-none-eabi-gcc.cmake | 0 deploy/{tvm => avh}/convert_image.py | 0 deploy/{tvm => avh}/corstone300.ld | 0 deploy/{tvm => avh}/imgs_words_en/word_10.png | Bin deploy/{tvm => avh}/imgs_words_en/word_116.png | Bin deploy/{tvm => avh}/include/crt_config.h | 0 deploy/{tvm => avh}/include/tvm_runtime.h | 0 deploy/{tvm => avh}/requirements.txt | 0 deploy/{tvm => avh}/run_demo.sh | 0 deploy/{tvm => avh}/src/demo_bare_metal.c | 0 13 files changed, 0 insertions(+), 0 deletions(-) rename deploy/{tvm => avh}/.gitignore (100%) rename deploy/{tvm => avh}/Makefile (100%) rename deploy/{tvm => avh}/README.md (100%) rename deploy/{tvm => avh}/arm-none-eabi-gcc.cmake (100%) rename deploy/{tvm => avh}/convert_image.py (100%) rename deploy/{tvm => avh}/corstone300.ld (100%) rename deploy/{tvm => avh}/imgs_words_en/word_10.png (100%) rename deploy/{tvm => avh}/imgs_words_en/word_116.png (100%) rename deploy/{tvm => avh}/include/crt_config.h (100%) rename deploy/{tvm => avh}/include/tvm_runtime.h (100%) rename deploy/{tvm => avh}/requirements.txt (100%) rename deploy/{tvm => avh}/run_demo.sh (100%) rename deploy/{tvm => avh}/src/demo_bare_metal.c (100%) diff --git a/deploy/tvm/.gitignore b/deploy/avh/.gitignore similarity index 100% rename from deploy/tvm/.gitignore rename to deploy/avh/.gitignore diff --git a/deploy/tvm/Makefile b/deploy/avh/Makefile similarity index 100% rename from deploy/tvm/Makefile rename to deploy/avh/Makefile diff --git a/deploy/tvm/README.md b/deploy/avh/README.md similarity index 100% rename from deploy/tvm/README.md rename to deploy/avh/README.md diff --git a/deploy/tvm/arm-none-eabi-gcc.cmake b/deploy/avh/arm-none-eabi-gcc.cmake similarity index 100% rename from deploy/tvm/arm-none-eabi-gcc.cmake rename to deploy/avh/arm-none-eabi-gcc.cmake diff --git a/deploy/tvm/convert_image.py b/deploy/avh/convert_image.py similarity index 100% rename from deploy/tvm/convert_image.py rename to deploy/avh/convert_image.py diff --git a/deploy/tvm/corstone300.ld b/deploy/avh/corstone300.ld similarity index 100% rename from deploy/tvm/corstone300.ld rename to deploy/avh/corstone300.ld diff --git a/deploy/tvm/imgs_words_en/word_10.png b/deploy/avh/imgs_words_en/word_10.png similarity index 100% rename from deploy/tvm/imgs_words_en/word_10.png rename to deploy/avh/imgs_words_en/word_10.png diff --git a/deploy/tvm/imgs_words_en/word_116.png b/deploy/avh/imgs_words_en/word_116.png similarity index 100% rename from deploy/tvm/imgs_words_en/word_116.png rename to deploy/avh/imgs_words_en/word_116.png diff --git a/deploy/tvm/include/crt_config.h b/deploy/avh/include/crt_config.h similarity index 100% rename from deploy/tvm/include/crt_config.h rename to deploy/avh/include/crt_config.h diff --git a/deploy/tvm/include/tvm_runtime.h b/deploy/avh/include/tvm_runtime.h similarity index 100% rename from deploy/tvm/include/tvm_runtime.h rename to deploy/avh/include/tvm_runtime.h diff --git a/deploy/tvm/requirements.txt b/deploy/avh/requirements.txt similarity index 100% rename from deploy/tvm/requirements.txt rename to deploy/avh/requirements.txt diff --git a/deploy/tvm/run_demo.sh b/deploy/avh/run_demo.sh similarity index 100% rename from deploy/tvm/run_demo.sh rename to deploy/avh/run_demo.sh diff --git a/deploy/tvm/src/demo_bare_metal.c b/deploy/avh/src/demo_bare_metal.c similarity index 100% rename from deploy/tvm/src/demo_bare_metal.c rename to deploy/avh/src/demo_bare_metal.c -- GitLab