Internal change
PiperOrigin-RevId: 157740660
This commit is contained in:
parent
02ac85399d
commit
0aa3e01941
@ -62,6 +62,7 @@ licenses(["notice"]) # Apache 2.0
|
|||||||
|
|
||||||
load(
|
load(
|
||||||
"//tensorflow:tensorflow.bzl",
|
"//tensorflow:tensorflow.bzl",
|
||||||
|
"full_path",
|
||||||
"if_android",
|
"if_android",
|
||||||
"if_ios",
|
"if_ios",
|
||||||
"if_x86",
|
"if_x86",
|
||||||
|
@ -22,6 +22,9 @@ load(
|
|||||||
"if_mkl",)
|
"if_mkl",)
|
||||||
|
|
||||||
|
|
||||||
|
def full_path(relative_paths):
|
||||||
|
return [PACKAGE_NAME + "/" + relative for relative in relative_paths]
|
||||||
|
|
||||||
# List of proto files for android builds
|
# List of proto files for android builds
|
||||||
def tf_android_core_proto_sources(core_proto_sources_relative):
|
def tf_android_core_proto_sources(core_proto_sources_relative):
|
||||||
return [
|
return [
|
||||||
|
Loading…
Reference in New Issue
Block a user