STT-tensorflow/third_party/hexagon/workspace.bzl
Karim Nosir d93e55d7a3 Update comment to reference latest update.
PiperOrigin-RevId: 309093438
Change-Id: I481077b4151bdc3775cc5eb6cc397b03fcd48568
2020-04-29 14:11:59 -07:00

16 lines
657 B
Python

"""Loads the Hexagon NN Header files library, used by TF Lite."""
load("//third_party:repo.bzl", "third_party_http_archive")
# Note: Use libhexagon_nn_skel version 1.17 Only with the current version.
# This comment will be updated with compatible version.
def repo():
third_party_http_archive(
name = "hexagon_nn",
sha256 = "a0c011f7795e1a09eb7355be295d6442718b8565cc0e3c58a91671dde2bc99fb",
urls = [
"https://storage.googleapis.com/mirror.tensorflow.org/storage.cloud.google.com/download.tensorflow.org/tflite/hexagon_nn_headers_v1.17.0.0.tgz",
],
build_file = "//third_party/hexagon:BUILD",
)