Searched full:sh (Results 1 – 25 of 71) sorted by relevance
123
39 sudo ci/install_bazel.sh42 tensorflow/lite/micro/tools/ci_build/test_bazel.sh57 tensorflow/lite/micro/tools/ci_build/test_bluepill.sh58 tensorflow/lite/micro/tools/ci_build/test_stm32f4.sh74 args: /bin/sh -c "tensorflow/lite/micro/tools/ci_build/test_code_style.sh"89 tensorflow/lite/micro/tools/ci_build/test_project_generation.sh104 tensorflow/lite/micro/tools/ci_build/test_makefile.sh105 tensorflow/lite/micro/tools/ci_build/test_x86.sh
39 …m-bot/xtensa:latest /opt/tflite-micro/tensorflow/lite/micro/tools/ci_build/test_xtensa_fusion_f1.sh56 …/tflm-bot/xtensa:latest /opt/tflite-micro/tensorflow/lite/micro/tools/ci_build/test_xtensa_hifi5.sh73 …m-bot/xtensa:latest /opt/tflite-micro/tensorflow/lite/micro/tools/ci_build/test_xtensa_vision_p6.sh
30 tensorflow/lite/micro/tools/ci_build/test_cortex_m_generic.sh44 tensorflow/lite/micro/tools/ci_build/test_cortex_m_corstone_300.sh
26 tensorflow/lite/micro/tools/ci_build/test_sparkfun.sh
26 tensorflow/lite/micro/tools/ci_build/test_riscv.sh
26 …cro espressif/idf:release-v4.3 /opt/tflite-micro/tensorflow/lite/micro/tools/ci_build/test_esp32.sh
61 tensorflow/lite/micro/tools/ci_build/test_code_style.sh PRESUBMIT81 tensorflow/lite/micro/tools/ci_build/test_bazel.sh87 tensorflow/lite/micro/tools/ci_build/test_cortex_m_corstone_300.sh93 tensorflow/lite/micro/tools/ci_build/test_project_generation.sh97 tensorflow/lite/micro/tools/ci_build/test_x86.sh100 tensorflow/lite/micro/tools/ci_build/test_bluepill.sh105 # tensorflow/lite/micro/tools/ci_build/test_mbed.sh PRESUBMIT108 tensorflow/lite/micro/tools/ci_build/test_sparkfun.sh111 tensorflow/lite/micro/tools/ci_build/test_stm32f4.sh PRESUBMIT114 tensorflow/lite/micro/tools/ci_build/test_arduino.sh[all …]
22 # test_mbed.sh PRESUBMIT25 # test_mbed.sh35 source tensorflow/lite/micro/tools/ci_build/helper_functions.sh55 readable_run tensorflow/lite/micro/tools/ci_build/install_mbed_cli.sh68 readable_run tensorflow/lite/micro/tools/ci_build/test_mbed_library.sh ${PROJECT_PATH}
26 source tensorflow/lite/micro/tools/ci_build/helper_functions.sh39 readable_run tensorflow/lite/micro/tools/ci_build/install_arduino_cli.sh41 readable_run tensorflow/lite/micro/tools/ci_build/test_arduino_library.sh \
20 # Usage: ci_build_micro_projects.sh <TARGET OS> <TAGS>23 # ci_build_micro_projects.sh mbed "CMSIS disco_f746ng"
23 source tensorflow/lite/micro/tools/ci_build/helper_functions.sh94 " :(exclude)micro/tools/ci_build/test_code_style.sh"\134 … errors can be fixed with tensorflow/lite/micro/tools/ci_build/test_code_style.sh --fix_formatting"
32 if [[ ! -f "bazel-$BAZEL_VERSION-installer-linux-x86_64.sh" ]]; then33 …om/bazelbuild/bazel/releases/download/$BAZEL_VERSION/bazel-$BAZEL_VERSION-installer-linux-x86_64.sh35 chmod +x /bazel/bazel-*.sh36 /bazel/bazel-$BAZEL_VERSION-installer-linux-x86_64.sh37 rm -f /bazel/bazel-$BAZEL_VERSION-installer-linux-x86_64.sh
39 COPY ci/*.sh /install/40 RUN /install/install_bazel.sh41 RUN /install/install_buildifier.sh
27 COPY ci/*.sh /install/28 RUN /install/install_bazel.sh29 RUN /install/install_buildifier.sh34 CMD ["/opt/tflm/tensorflow/lite/micro/tools/ci_build/test_all.sh", "GITHUB_PREUBMIT"]
5 DOWNLOAD_RESULT := $(shell $(MAKEFILE_DIR)/arm_gcc_download.sh ${MAKEFILE_DIR}/downloads)10 DOWNLOAD_RESULT := $(shell $(MAKEFILE_DIR)/renode_download.sh ${MAKEFILE_DIR}/downloads)15 DOWNLOAD_RESULT := $(shell $(MAKEFILE_DIR)/ext_libs/cmsis_download.sh ${MAKEFILE_DIR}/downloads)20 DOWNLOAD_RESULT := $(shell $(MAKEFILE_DIR)/ext_libs/stm32_bare_lib_download.sh ${MAKEFILE_DIR}/down…82 TEST_SCRIPT := tensorflow/lite/micro/testing/test_with_renode.sh
8 DOWNLOAD_RESULT := $(shell $(MAKEFILE_DIR)/arm_gcc_download.sh ${MAKEFILE_DIR}/downloads)13 DOWNLOAD_RESULT := $(shell $(MAKEFILE_DIR)/renode_download.sh ${MAKEFILE_DIR}/downloads)18 DOWNLOAD_RESULT := $(shell $(MAKEFILE_DIR)/ext_libs/cmsis_download.sh ${MAKEFILE_DIR}/downloads)23 DOWNLOAD_RESULT := $(shell $(MAKEFILE_DIR)/ext_libs/stm32_bare_lib_download.sh ${MAKEFILE_DIR}/down…102 TEST_SCRIPT := tensorflow/lite/micro/testing/test_with_renode.sh
23 DOWNLOAD_RESULT := $(shell $(MAKEFILE_DIR)/corstone_300_download.sh ${MAKEFILE_DIR}/downloads)29 DOWNLOAD_RESULT := $(shell $(MAKEFILE_DIR)/ethos_u_core_platform_download.sh ${MAKEFILE_DIR}/downlo…38 DOWNLOAD_RESULT := $(shell $(MAKEFILE_DIR)/ext_libs/cmsis_download.sh ${MAKEFILE_DIR}/downloads)139 DOWNLOAD_RESULT := $(shell $(MAKEFILE_DIR)/arm_gcc_download.sh ${MAKEFILE_DIR}/downloads)214 TEST_SCRIPT := tensorflow/lite/micro/testing/test_with_arm_corstone_300.sh
12 DOWNLOAD_RESULT := $(shell $(MAKEFILE_DIR)/arm_gcc_download.sh ${MAKEFILE_DIR}/downloads)19 DOWNLOAD_RESULT := $(shell $(MAKEFILE_DIR)/ext_libs/cmsis_download.sh ${MAKEFILE_DIR}/downloads)142 TEST_SCRIPT := tensorflow/lite/micro/testing/test_apollo3evb_binary.sh
3 DOWNLOAD_RESULT := $(shell $(MAKEFILE_DIR)/arm_gcc_download.sh ${MAKEFILE_DIR}/downloads)
8 TEST_SCRIPT := tensorflow/lite/micro/testing/test_leon_binary.sh
1 #!/bin/sh17 tensorflow/lite/micro/tools/ci_build/test_code_style.sh
38 source tensorflow/lite/micro/tools/make/bash_helpers.sh70 RETURN_VALUE=`./tensorflow/lite/micro/tools/make/arm_gcc_download.sh ${DOWNLOADS_DIR}`72 echo "The script ./tensorflow/lite/micro/tools/make/arm_gcc_download.sh failed."
38 source tensorflow/lite/micro/tools/make/bash_helpers.sh67 …${TEMPDIR}/FVP_Corstone_SSE-300_Ethos-U55.sh --i-agree-to-the-contained-eula --no-interactive -d $…
33 DOWNLOAD_RESULT := $(shell $(MAKEFILE_DIR)/ext_libs/cmsis_download.sh ${MAKEFILE_DIR}/downloads)60 …DOWNLOAD_RESULT := $(shell $(MAKEFILE_DIR)/ext_libs/person_detection_int8_vela_convert.sh ${MAKEFI…
156 [cmsis_download.sh](../tools/make/ext_libs/cmsis_download.sh)158 [xtensa_download.sh](../tools/make/ext_libs/xtensa_download.sh)