• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Add URLs and MD5 checksums for third-party libraries here.
2# We use mirror.tensorflow.org to cache copies of third-party files,
3# but this is just an optimization applied manually by TensorFlow
4# engineers, so add non-mirrored URLs if you need to update this
5# in a pull request and we'll periodically copy them and update
6# the URL.
7
8GEMMLOWP_URL := "https://github.com/google/gemmlowp/archive/719139ce755a0f31cbf1c37f7f98adcc7fc9f425.zip"
9GEMMLOWP_MD5 := "7e8191b24853d75de2af87622ad293ba"
10
11LEON_BCC2_URL := "http://mirror.tensorflow.org/www.gaisler.com/anonftp/bcc2/bin/bcc-2.0.7-gcc-linux64.tar.xz"
12LEON_BCC2_MD5 := "cdf78082be4882da2a92c9baa82fe765"
13
14TSIM_URL := "http://mirror.tensorflow.org/www.gaisler.com/anonftp/tsim/tsim-eval-2.0.63.tar.gz"
15TSIM_MD5 := "afa0095d3ed989a949e1467f94e41d2f"
16
17AM_SDK_URL := "http://mirror.tensorflow.org/s3.asia.ambiqmicro.com/downloads/AmbiqSuite-Rel2.2.0.zip"
18AM_SDK_MD5 := "7605fa2d4d97e6bb7a1190c92b66b597"
19AM_SDK_DEST := AmbiqSuite-Rel2.2.0
20
21SF_BSPS_URL := "http://mirror.tensorflow.org/github.com/sparkfun/SparkFun_Apollo3_AmbiqSuite_BSPs/archive/v0.0.7.zip"
22SF_BSPS_MD5 := "34199f7e754735661d1c8a70a40ca7a3"
23SF_BSPS_DEST := boards_sfe
24
25STM32_BARE_LIB_URL := "http://mirror.tensorflow.org/github.com/google/stm32_bare_lib/archive/c07d611fb0af58450c5a3e0ab4d52b47f99bc82d.zip"
26STM32_BARE_LIB_MD5 := "282bff40d4d0b92278fd123a3b6e3123"
27
28ifeq ($(HOST_OS),osx)
29  RISCV_TOOLCHAIN_URL := "http://mirror.tensorflow.org/static.dev.sifive.com/dev-tools/riscv64-unknown-elf-gcc-8.1.0-2019.01.0-x86_64-apple-darwin.tar.gz"
30  RISCV_TOOLCHAIN_MD5 := "2ac2fa00618b9ab7fa0c7d0ec173de94"
31else
32  RISCV_TOOLCHAIN_URL := "http://mirror.tensorflow.org/static.dev.sifive.com/dev-tools/riscv64-unknown-elf-gcc-20181030-x86_64-linux-ubuntu14.tar.gz"
33  RISCV_TOOLCHAIN_MD5="2366b7afe36a54dc94fb0ff8a0830934"
34endif
35
36SIFIVE_FE310_LIB_URL := "http://mirror.tensorflow.org/github.com/sifive/freedom-e-sdk/archive/baeeb8fd497a99b3c141d7494309ec2e64f19bdf.zip"
37SIFIVE_FE310_LIB_MD5 := "06ee24c4956f8e21670ab3395861fe64"
38
39KISSFFT_URL="http://mirror.tensorflow.org/github.com/mborgerding/kissfft/archive/v130.zip"
40KISSFFT_MD5="438ba1fef5783cc5f5f201395cc477ca"
41
42RUY_URL="https://github.com/google/ruy/archive/4790797d11a81f96baf24f3731fd3ca44c2c5f8b.zip"
43RUY_MD5="72527053ff51ba0ac36c8ce4444d903d"
44
45CIFAR10_DATASET_URL="http://mirror.tensorflow.org/www.cs.toronto.edu/~kriz/cifar-10-binary.tar.gz"
46CIFAR10_DATASET_MD5="c32a1d4ab5d03f1284b67883e8d87530"
47
48IMAGE_RECOGNITION_MODEL_URL := "https://storage.googleapis.com/download.tensorflow.org/models/tflite/cifar_image_recognition_model_2020_05_27.zip"
49IMAGE_RECOGNITION_MODEL_MD5 := "1f4607b05ac45b8a6146fb883dbc2d7b"
50
51PERSON_MODEL_URL := "https://storage.googleapis.com/download.tensorflow.org/data/tf_lite_micro_person_data_grayscale_2020_05_27.zip"
52PERSON_MODEL_MD5 := "55b85f76e2995153e660391d4a209ef1"
53
54PERSON_MODEL_INT8_URL := "https://storage.googleapis.com/download.tensorflow.org/data/tf_lite_micro_person_data_int8_grayscale_2020_12_1.zip"
55PERSON_MODEL_INT8_MD5 := "e765cc76889db8640cfe876a37e4ec00"
56
57EMBARC_MLI_URL := "https://github.com/foss-for-synopsys-dwc-arc-processors/embarc_mli/archive/ef7dd3c4e37d74a908f30713a7d0121387d3c678.zip"
58EMBARC_MLI_MD5 := "65c4ff3f4a2963e90fd014f97c69f451"
59
60EMBARC_MLI_PRE_COMPILED_URL := "https://github.com/foss-for-synopsys-dwc-arc-processors/embarc_mli/releases/download/Release_1.1/embARC_MLI_package.zip"
61EMBARC_MLI_PRE_COMPILED_MD5 := "173990c2dde4efef6a2c95b92d1f0244"
62
63ZEPHYR_URL := "http://mirror.tensorflow.org/github.com/antmicro/zephyr/archive/55e36b9.zip"
64ZEPHYR_MD5 := "755622eb4812fde918a6382b65d50c3b"
65
66ETHOSU_URL := "https://git.mlplatform.org/ml/ethos-u/ethos-u-core-driver.git/snapshot/ethos-u-core-driver-2b201c340788ac582cec160b7217c2b5405b04f9.tar.gz"
67ETHOSU_MD5 := "0c148b90a1ee01de398892eb3a63e717"
68
69HIMAX_WE1_SDK_URL ="https://www.himax.com.tw/we-i/himax_we1_sdk_v04.zip"
70HIMAX_WE1_SDK_MD5 ="40b3ccb3c2e41210fe5c970d61e7e7d3"
71