We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84b3e7a commit 16cfb2bCopy full SHA for 16cfb2b
tensorflow_serving/servables/tensorflow/BUILD
@@ -1118,6 +1118,10 @@ cc_library(
1118
name = "mock_servable",
1119
testonly = True,
1120
hdrs = ["mock_servable.h"],
1121
+ visibility = [
1122
+ "//learning/gemini/deployment/disaggregation/wiz_py/cc_driver:__pkg__",
1123
+ "//tensorflow_serving:internal",
1124
+ ],
1125
deps = [
1126
":servable",
1127
"//tensorflow_serving/apis:classification_cc_proto",
0 commit comments