Adding scaffolding for enabling TF access to libtftpu.so through DirectSession.

PiperOrigin-RevId: 300874772
Change-Id: Ib57c0740578004eb689d018553aa79839f8053c6
This commit is contained in:
Henry Tan 2020-03-13 20:24:40 -07:00 committed by TensorFlower Gardener
parent 88ca767048
commit 62b6926417

View File

@ -56,9 +56,7 @@ load("@bazel_skylib//:bzl_library.bzl", "bzl_library")
load("//tensorflow:tensorflow.bzl", "tf_cc_test_gpu")
package(
default_visibility = [
"//tensorflow:__subpackages__",
],
default_visibility = ["//tensorflow:__subpackages__"],
licenses = ["notice"], # Apache 2.0
)