chromium/third_party/tflite_support/src/third_party/tensorflow/version.bzl

"""
Configures the TF version used by the TFLite Support library.
"""

# TF on 2023-06-13.
TENSORFLOW_COMMIT = "491681a5620e41bf079a582ac39c585cc86878b9"

# curl -L https://github.com/tensorflow/tensorflow/archive/<TENSORFLOW_COMMIT>.tar.gz | sha256sum
TENSORFLOW_SHA256 = "9f76389af7a2835e68413322c1eaabfadc912f02a76d71dc16be507f9ca3d3ac"