Searched refs:DOWNLOADS_DIR (Results 1 – 5 of 5) sorted by relevance
19 DOWNLOADS_DIR=tensorflow/contrib/makefile/downloads120 download_and_extract "${EIGEN_URL}" "${DOWNLOADS_DIR}/eigen"121 download_and_extract "${GEMMLOWP_URL}" "${DOWNLOADS_DIR}/gemmlowp"122 download_and_extract "${GOOGLETEST_URL}" "${DOWNLOADS_DIR}/googletest"123 download_and_extract "${NSYNC_URL}" "${DOWNLOADS_DIR}/nsync"124 download_and_extract "${RE2_URL}" "${DOWNLOADS_DIR}/re2"125 download_and_extract "${FFT2D_URL}" "${DOWNLOADS_DIR}/fft2d"126 download_and_extract "${DOUBLE_CONVERSION_URL}" "${DOWNLOADS_DIR}/double_conversion"127 download_and_extract "${ABSL_URL}" "${DOWNLOADS_DIR}/absl"128 download_and_extract "${CUB_URL}" "${DOWNLOADS_DIR}/cub/external/cub_archive"[all …]
22 DOWNLOADS_DIR=tensorflow/lite/tools/make/downloads88 download_and_extract "${EIGEN_URL}" "${DOWNLOADS_DIR}/eigen"89 download_and_extract "${GEMMLOWP_URL}" "${DOWNLOADS_DIR}/gemmlowp"90 download_and_extract "${GOOGLETEST_URL}" "${DOWNLOADS_DIR}/googletest"91 download_and_extract "${ABSL_URL}" "${DOWNLOADS_DIR}/absl"92 download_and_extract "${NEON_2_SSE_URL}" "${DOWNLOADS_DIR}/neon_2_sse"93 download_and_extract "${FARMHASH_URL}" "${DOWNLOADS_DIR}/farmhash"94 download_and_extract "${FLATBUFFERS_URL}" "${DOWNLOADS_DIR}/flatbuffers"95 download_and_extract "${FFT2D_URL}" "${DOWNLOADS_DIR}/fft2d"98 "${DOWNLOADS_DIR}/eigen/Eigen/src/Core/arch/NEON/Complex.h"[all …]
22 DOWNLOADS_DIR=tensorflow/lite/experimental/micro/tools/make/downloads123 download_and_extract "${GEMMLOWP_URL}" "${DOWNLOADS_DIR}/gemmlowp"124 download_and_extract "${FLATBUFFERS_URL}" "${DOWNLOADS_DIR}/flatbuffers"125 download_and_extract "${CMSIS_URL}" "${DOWNLOADS_DIR}/cmsis"126 download_and_extract "${STM32_BARE_LIB_URL}" "${DOWNLOADS_DIR}/stm32_bare_lib"127 download_and_extract "${SIFIVE_FE310_LIB_URL}" "${DOWNLOADS_DIR}/sifive_fe310_lib"128 download_and_extract "${RISCV_TOOLCHAIN_URL}" "${DOWNLOADS_DIR}/riscv_toolchain"129 download_and_extract "${AM_SDK_URL}" "${DOWNLOADS_DIR}/AmbiqSuite-Rel2.0.0"130 patch_am_sdk "${DOWNLOADS_DIR}/AmbiqSuite-Rel2.0.0"131 download_and_extract "${AP3_URL}" "${DOWNLOADS_DIR}/apollo3_ext"[all …]
22 DOWNLOADS_DIR=$(mktemp -d)39 download_and_extract "${FLOAT_MODEL_URL}" "${DOWNLOADS_DIR}/float_model"40 download_and_extract "${QUANTIZED_MODEL_URL}" "${DOWNLOADS_DIR}/quantized_model"43 cp "${DOWNLOADS_DIR}/float_model/mobilenet_v1_1.0_224.tflite" "simple/data/mobilenet_v1_1.0_224.tfl…44 cp "${DOWNLOADS_DIR}/float_model/mobilenet_v1_1.0_224.tflite" "camera/data/mobilenet_v1_1.0_224.tfl…45 cp "${DOWNLOADS_DIR}/quantized_model/mobilenet_v1_1.0_224_quant.tflite" \
55 DOWNLOADS_DIR = os.path.join(MAKE_DIR, 'downloads') variable99 if not os.path.isdir(DOWNLOADS_DIR) or not os.listdir(DOWNLOADS_DIR):136 os.path.join(DOWNLOADS_DIR, 'flatbuffers', 'include'),137 os.path.join(DOWNLOADS_DIR, 'absl')],