Home
last modified time | relevance | path

Searched full:echo (Results 1 – 25 of 60) sorted by relevance

123

/tflite-micro-3.4.0-2.7.6/tensorflow/lite/micro/tools/ci_build/
Dtest_all.sh31 echo "Cleaning up to prevent Kokoro errors (see http://b/186570469)"
36 echo "Starting to run micro tests at `date`"
41 echo "ERROR: Downloads directory should not exist, but it does."
54 echo "'${INCORRECT_CMD}' should have failed but it did not have any errors."
60 echo "Running code style checks at `date`"
80 echo "Running bazel tests at `date`"
86 echo "Running cortex_m_corstone_300 tests at `date`"
92 echo "Running project_generation test at `date`"
96 echo "Running x86 tests at `date`"
99 echo "Running bluepill tests at `date`"
[all …]
Dhelper_functions.sh26 echo "Command completed successfully at $(date)"
35 echo "=============================================="
36 echo "Found matches for ${1} that are not permitted."
37 echo "${3}"
38 echo "=============================================="
39 echo "${GREP_OUTPUT}"
/tflite-micro-3.4.0-2.7.6/.github/workflows/
Dci-test.yml16 echo "GITHUB_ACTOR: $GITHUB_ACTOR"
17 echo "GITHUB_HEAD_REF: $GITHUB_HEAD_REF"
18 echo "GITHUB_BASE_REF: $GITHUB_BASE_REF"
19 echo "GITHUB_REF: $GITHUB_REF"
20 echo "GITHUB_REPOSITORY: $GITHUB_REPOSITORY"
21 echo "GITHUB_SHA: $GITHUB_SHA"
22 echo ${{ github.event.number }}
Dcheck_pr_has_bug.yml14 echo "PR description requires a BUG= line with issue number."
15echo "See https://testing.googleblog.com/2017/09/code-health-providing-context-with.html for addit…
/tflite-micro-3.4.0-2.7.6/tensorflow/lite/micro/tools/make/
Dgenerate_keil_project_test.sh34 echo "ERROR: No executable name '${EXECUTABLE}' found in project file '${OUTPUT_FILE}'."
39 echo "ERROR: No header 'foo.h' found in project file '${OUTPUT_FILE}'."
44 echo "ERROR: No header 'bar.h' found in project file '${OUTPUT_FILE}'."
49 echo "ERROR: No source 'foo.c' found in project file '${OUTPUT_FILE}'."
54 echo "ERROR: No source 'bar.cc' found in project file '${OUTPUT_FILE}'."
59 echo "ERROR: No source 'some/badxml.cc' found in project file '${OUTPUT_FILE}'."
64 echo "ERROR: No include paths '.;include' found in project file '${OUTPUT_FILE}'."
68 echo
69 echo "SUCCESS: generate_keil_project test PASSED"
Dtransform_arduino_source_test.sh47 echo "ERROR: No stdio.h include found in output '${OUTPUT_REGULAR_FILE}'"
52 echo "ERROR: No subdir/foo.h include found in output '${OUTPUT_REGULAR_FILE}'"
57 echo "ERROR: No subdir_2/include/bar/fish.h include found in output '${OUTPUT_REGULAR_FILE}'"
62 echo "ERROR: No baz.h include found in output '${OUTPUT_REGULAR_FILE}'"
67 echo "ERROR: No subdir_3/something.h include found in output '${OUTPUT_REGULAR_FILE}'"
72 echo "ERROR: No int tflite_micro_main() definition found in output '${OUTPUT_REGULAR_FILE}'"
101 echo "ERROR: No TensorFlowLite.h include found in output '${OUTPUT_EXAMPLE_INO_FILE}'"
106 echo "ERROR: No foo/fish.h include found in output '${OUTPUT_EXAMPLE_INO_FILE}'"
143 echo "ERROR: No foo/fish.h include found in output '${OUTPUT_EXAMPLE_SOURCE_FILE}'"
148 echo "ERROR: No cube_tri.h include found in output '${OUTPUT_EXAMPLE_SOURCE_FILE}'"
[all …]
Dtransform_esp_source_test.sh43 echo "ERROR: No stdio.h include found in output '${OUTPUT_EXAMPLE_FILE}'"
48 echo "ERROR: No baz.h include found in output '${OUTPUT_EXAMPLE_FILE}'"
53 echo "ERROR: No foo/fish.h include found in output '${OUTPUT_EXAMPLE_FILE}'"
82 echo "ERROR: No stdio.h include found in output '${OUTPUT_EXAMPLE_SUBDIR_FILE}'"
87 echo "ERROR: No baz.h include found in output '${OUTPUT_EXAMPLE_SUBDIR_FILE}'"
92 echo "ERROR: No input_example.h include found in output '${OUTPUT_EXAMPLE_SUBDIR_FILE}'"
98 echo "ERROR: No ../bleh.h include found in output '${OUTPUT_EXAMPLE_SUBDIR_FILE}'"
103 echo "ERROR: No ../foo/fish.h include found in output '${OUTPUT_EXAMPLE_SUBDIR_FILE}'"
107 echo
108 echo "SUCCESS: transform_esp_source test PASSED"
Dfix_arduino_subfolders_test.sh35 echo '#include "tensorflow/lite/micro/examples/person_detection/person_detect_model_data.h"' > ${PE…
47 echo "${EXPECTED_EXAMPLES_SUBDIR_CPP} wasn't created."
53 echo "${EXPECTED_EXAMPLES_SUBDIR_HEADER} wasn't created."
59 echo "${EXPECTED_PERSON_DATA_FILE} wasn't created."
64 echo "ERROR: No person_detect_model_data.h include found in output '${EXPECTED_PERSON_DATA_FILE}'"
70 echo "${EXPECTED_EXAMPLE_INO_FILE} wasn't created."
74 echo
75 echo "SUCCESS: fix_arduino_subfolders test PASSED"
Drenode_download.sh42 echo "The top-level downloads directory: ${DOWNLOADS_DIR} does not exist."
49 echo >&2 "${DOWNLOADED_RENODE_PATH} already exists, skipping the download."
54 echo >&2 "Downloading from url: ${LINUX_PORTABLE_URL}"
62 echo >&2 "Unpacked to directory: ${DOWNLOADED_RENODE_PATH}"
67 echo "SUCCESS"
Ddownload_and_extract.sh31 echo "Could not find ${am_dir}, skipping AmbiqMicro SDK patch";
68 echo "Finished preparing Apollo3 files"
83 echo "Finished patching kissfft"
92echo >&2 "The required 'virtualenv' tool isn't installed. Try 'pip install virtualenv'."; exit 1;
120 echo >&2 "The required 'curl' tool isn't installed. Try 'apt-get install curl'."; exit 1;
123 echo "downloading ${url}" >&2
142 echo "Error $CURL_RESULT downloading '${url}'"
151 echo "Checksum error for '${url}'. Expected ${expected_md5} but found ${DOWNLOADED_MD5}"
156 url=$(echo "${url}" | sed "s/\?.*//")
177 echo "Error unsupported archive type. Failed to extract tool after download."
[all …]
Dmerge_arduino_zips_test.sh54 echo "${OUTPUT_ZIP} wasn't created."
64 echo "${OUTPUT_DIR}/${EXPECTED_FILE} wasn't created."
69 echo
70 echo "SUCCESS: merge_arduino_zips test PASSED"
Darm_gcc_download.sh42 echo "The top-level downloads directory: ${DOWNLOADS_DIR} does not exist."
49 echo >&2 "${DOWNLOADED_GCC_PATH} already exists, skipping the download."
74 echo "OS type ${HOST_OS} not supported."
91 echo >&2 "Unpacked to directory: ${DOWNLOADED_GCC_PATH}"
94 echo "SUCCESS"
Dcorstone_300_download.sh42 echo "The top-level downloads directory: ${DOWNLOADS_DIR} does not exist."
49 echo >&2 "${DOWNLOADED_CORSTONE_PATH} already exists, skipping the download."
56 echo "OS type ${UNAME_S} not supported."
70 echo "SUCCESS"
Dethos_u_core_platform_download.sh42 echo "The top-level downloads directory: ${DOWNLOADS_DIR} does not exist."
49 echo >&2 "${DOWNLOADED_ETHOS_U_CORE_PLATFORM_PATH} already exists, skipping the download."
56 echo "OS type ${UNAME_S} not supported."
72 echo "The script ./tensorflow/lite/micro/tools/make/arm_gcc_download.sh failed."
101 echo "SUCCESS"
Dperson_detection_int8_download.sh42 echo "The top-level downloads directory: ${DOWNLOADS_DIR} does not exist."
48 echo >&2 "${DOWNLOADED_PERSON_MODEL_INT8_PATH} already exists, skipping the download."
60 echo "SUCCESS"
/tflite-micro-3.4.0-2.7.6/tensorflow/lite/micro/examples/person_detection/arc_emsdp/
DMakefile.inc19 #See related comment echoed(@echo <comment>) after each change
23 @echo emsdp.lcf: Replace with example specific memory map > $@
26 @echo Makefile: No Reference fallback for MLI supported functions >> $@
30 @echo Makefile: Called python script >> $@
43 @echo $(word 3, $^): Use specialization >> $@
44 @echo $(word 4, $^): Use specialization >> $@
45 @echo $(word 5, $^): Use specialization and remove max pooling >> $@
/tflite-micro-3.4.0-2.7.6/tensorflow/lite/micro/examples/micro_speech/arc_emsdp/
DMakefile.inc23 # See related comment echoed (@echo <comment>) after each change
27 @echo emsdp.lcf: Example specific memory map > $@
30 @echo Makefile: Set exact heap/stack size >> $@
36 @echo Makefile: set scratch buffers size to 0 >> $@
37 @echo Makefile: No Reference fallback for MLI supported functions >> $@
41 @echo Makefile: Called python script >> $@
52 @echo $(word 3, $^): Use generic function >> $@
/tflite-micro-3.4.0-2.7.6/tensorflow/lite/micro/tools/make/ext_libs/
Dperson_detection_int8_vela_convert.sh42 echo "The top-level downloads directory: ${DOWNLOADS_DIR} does not exist."
48 echo "${DOWNLOADED_PERSON_MODEL_INT8_PATH} is not downloaded."
56 command xxd -v >&2 || (echo "xxd command is needed, please install.." && exit 1)
57 echo >&2 "Converting person detection int8 model to Ethos-U optimized model.."
74 echo "// This file is generated by $0." > ${CONVERTED_PERSON_MODEL_INT8}
75 echo '#include "tensorflow/lite/micro/examples/person_detection/person_detect_model_data.h"' >> \
77 echo -n "const " >> ${CONVERTED_PERSON_MODEL_INT8}
86 echo "SUCCESS"
Dxtensa_download.sh45 echo "The top-level downloads directory: ${DOWNLOADS_DIR} does not exist."
58 echo "Attempting to download an unsupported xtensa variant: ${2}"
65 echo >&2 "${LIBRARY_INSTALL_PATH} already exists, skipping the download."
73 echo "Bad checksum. Expected: ${LIBRARY_MD5}, Got: ${MD5}"
81 echo "SUCCESS"
Dstm32_bare_lib_download.sh36 echo "The top-level downloads directory: ${DOWNLOADS_DIR} does not exist."
43 echo >&2 "${DOWNLOADED_STM32_BARE_LIB_PATH} already exists, skipping the download."
52 echo "SUCCESS"
/tflite-micro-3.4.0-2.7.6/tensorflow/lite/micro/testing/
Dtest_with_renode.sh41 echo "The renode test script: ${RENODE_TEST_SCRIPT} does not exist. Please " \
49 echo "The following command failed: ${RENODE_TEST_SCRIPT}. Please " \
71 echo -e "*** Settings ***\n" \
99 echo -e "Should Run $(basename ${binary})\n"\
108 echo "${ROBOT_COMMAND}"
109 echo ""
/tflite-micro-3.4.0-2.7.6/tensorflow/lite/micro/examples/person_detection/
Dperson_detection_binary_test.sh28 echo "ERROR: Expected logs not found in output '${OUTPUT_LOG_FILE}'"
32 echo
33 echo "SUCCESS: person_detection_binary_test PASSED"
/tflite-micro-3.4.0-2.7.6/tensorflow/lite/micro/examples/micro_speech/
Dmicro_speech_binary_mock_test.sh28 echo "ERROR: Expected logs not found in output '${OUTPUT_LOG_FILE}'"
32 echo
33 echo "SUCCESS: micro_speech_binary_mock_test PASSED"
/tflite-micro-3.4.0-2.7.6/tensorflow/lite/micro/examples/hello_world/
Dhello_world_binary_test.sh28 echo "ERROR: Expected logs not found in output '${OUTPUT_LOG_FILE}'"
32 echo
33 echo "SUCCESS: hello_world_binary_test PASSED"
/tflite-micro-3.4.0-2.7.6/tensorflow/lite/micro/examples/hello_world/arc/
DMakefile.inc17 # See related comment echoed (@echo <comment>) after each change
22 @echo Makefile: Adapted the model to be used with MLI >> $@

123