From 334244be6864dd1dbec9bc8bb4996cc286a8e3e3 Mon Sep 17 00:00:00 2001 From: "A. Unique TensorFlower" Date: Thu, 27 Sep 2018 10:31:36 -0700 Subject: Add tf.strings.unicode_script, which detects the script of a unicode codepoint based on standard ranges. PiperOrigin-RevId: 214796357 --- tensorflow/workspace.bzl | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tensorflow/workspace.bzl') diff --git a/tensorflow/workspace.bzl b/tensorflow/workspace.bzl index 4bf2ff3fb5..e5a0a0b2b7 100755 --- a/tensorflow/workspace.bzl +++ b/tensorflow/workspace.bzl @@ -21,9 +21,11 @@ load( "def_file_filter_configure", ) load("//third_party/flatbuffers:workspace.bzl", flatbuffers = "repo") +load("//third_party/icu:workspace.bzl", icu = "repo") def initialize_third_party(): flatbuffers() + icu() # Sanitize a dependency so that it works correctly from code that includes # TensorFlow as a submodule. -- cgit v1.2.3