Skip to content

Commit

Permalink
A noop change.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 261195954
  • Loading branch information
Revan Sopher authored and tensorflower-gardener committed Aug 1, 2019
1 parent cc47949 commit 9e4d040
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
3 changes: 3 additions & 0 deletions tensorflow/core/platform/default/build_config.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -816,3 +816,6 @@ def tf_additional_numa_copts():
"-DTENSORFLOW_USE_NUMA",
],
})

def tf_additional_rpc_deps():
return []
6 changes: 5 additions & 1 deletion tensorflow/python/distribute/cluster_resolver/BUILD
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Description: Operations defined for Cluster Resolvers

load("//tensorflow:tensorflow.bzl", "tf_py_test")
load(
"//tensorflow/core:platform/default/build_config.bzl",
"tf_additional_rpc_deps",
)

package(
default_visibility = [
Expand Down Expand Up @@ -63,7 +67,7 @@ py_library(
deps = [
":base_cluster_resolver_py",
"//tensorflow/python:training_server_lib",
],
] + tf_additional_rpc_deps(),
)

py_library(
Expand Down

0 comments on commit 9e4d040

Please sign in to comment.