Skip to content

Commit 2c9e66b

Browse files
ddunltensorflow-copybara
authored andcommitted
Move tsl/platform/{cloud,default,windows} to xla/tsl/platform
PiperOrigin-RevId: 698575496
1 parent db746a0 commit 2c9e66b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tensorflow_serving/serving.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
load("@com_google_protobuf//:protobuf.bzl", "cc_proto_library")
2-
load("@local_tsl//tsl/platform/default:build_config.bzl", "py_proto_library")
2+
load("@local_xla//xla/tsl/platform/default:build_config.bzl", "py_proto_library")
33

44
def if_oss(oss_value):
55
"""Returns oss_value if in OSS build env.

0 commit comments

Comments
 (0)