aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/tensorflow.bzl
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2017-06-01 11:41:41 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-06-01 11:45:39 -0700
commit0aa3e01941d231fe313e600eaa5f7cc052c1c077 (patch)
tree5ef7a62c689c277e58b58cc972f7dcc310696785 /tensorflow/tensorflow.bzl
parent02ac85399d4fb35d5055ecf426632b9446a70041 (diff)
Internal change
PiperOrigin-RevId: 157740660
Diffstat (limited to 'tensorflow/tensorflow.bzl')
-rw-r--r--tensorflow/tensorflow.bzl3
1 files changed, 3 insertions, 0 deletions
diff --git a/tensorflow/tensorflow.bzl b/tensorflow/tensorflow.bzl
index 348745f8d2..b0ed57996c 100644
--- a/tensorflow/tensorflow.bzl
+++ b/tensorflow/tensorflow.bzl
@@ -22,6 +22,9 @@ load(
"if_mkl",)
+def full_path(relative_paths):
+ return [PACKAGE_NAME + "/" + relative for relative in relative_paths]
+
# List of proto files for android builds
def tf_android_core_proto_sources(core_proto_sources_relative):
return [