From 21d0fa9af9de0243e87d8c0abedb4f64134f3e29 Mon Sep 17 00:00:00 2001 From: Karim Nosir Date: Mon, 2 Mar 2020 12:57:50 -0800 Subject: [PATCH] Update to v1.14 for the hexagon library. PiperOrigin-RevId: 298423225 Change-Id: I642767379c4d1c43349d46ecf7e6d280b998bc55 --- third_party/hexagon/workspace.bzl | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/third_party/hexagon/workspace.bzl b/third_party/hexagon/workspace.bzl index d60fcaf82ac..35b0786cd8d 100644 --- a/third_party/hexagon/workspace.bzl +++ b/third_party/hexagon/workspace.bzl @@ -2,12 +2,14 @@ load("//third_party:repo.bzl", "third_party_http_archive") +# Note: Use libhexagon_nn_skel version 1.14 Only with the current version. +# This comment will be updated with compatible version. def repo(): third_party_http_archive( name = "hexagon_nn", - sha256 = "281d46b47f7191f03a8a4071c4c8d2af9409bb9d59573dc2e42f04c4fd61f1fd", + sha256 = "5a0e72b20a47d826c3f0437a2fbc099bb214413244ab42979c9832fefe15ff63", urls = [ - "https://storage.googleapis.com/mirror.tensorflow.org/storage.cloud.google.com/download.tensorflow.org/tflite/hexagon_nn_headers_v1.10.3.1.3.tgz", + "https://storage.googleapis.com/mirror.tensorflow.org/storage.cloud.google.com/download.tensorflow.org/tflite/hexagon_nn_headers_v1.14.0.0.tgz", ], build_file = "//third_party/hexagon:BUILD", )