Skip to content

Commit

Permalink
Create koltin proto library for the tensor flow protos.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 568325642
  • Loading branch information
tensorflower-gardener authored and tensorflow-copybara committed Sep 25, 2023
1 parent 11c86f0 commit cae3164
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tensorflow_serving/apis/BUILD
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# Description: Tensorflow Serving APIs.

# Placeholder: load py_library
load("//tensorflow_serving:serving.bzl", "serving_go_grpc_library", "serving_proto_library", "serving_proto_library_py", "serving_tensorflow_proto_dep")
# Placeholder: load kt_jvm_proto_library
load("@org_tensorflow//tensorflow/core/platform:build_config.bzl", "tf_jspb_proto_library", "tf_pyclif_proto_library")
load("//tensorflow_serving:serving.bzl", "serving_go_grpc_library", "serving_proto_library", "serving_proto_library_py", "serving_tensorflow_proto_dep")

package(
default_visibility = ["//visibility:public"],
Expand Down

0 comments on commit cae3164

Please sign in to comment.