Internal change

PiperOrigin-RevId: 157740660
This commit is contained in:
A. Unique TensorFlower 2017-06-01 11:41:41 -07:00 committed by TensorFlower Gardener
parent 02ac85399d
commit 0aa3e01941
2 changed files with 4 additions and 0 deletions

View File

@ -62,6 +62,7 @@ licenses(["notice"]) # Apache 2.0
load(
"//tensorflow:tensorflow.bzl",
"full_path",
"if_android",
"if_ios",
"if_x86",

View File

@ -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 [