Skip to content

Commit

Permalink
No public description
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 592863945
  • Loading branch information
anandolee authored and tensorflower-gardener committed Dec 21, 2023
1 parent c3f44ca commit e6b78bd
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions tensorflow_gnn/experimental/sampler/beam/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ pytype_strict_contrib_test(
"//third_party/py/absl/testing:absltest",
"//:expect_absl_installed_testing",
"//third_party/py/apache_beam",
"//third_party/py/google/protobuf:use_fast_cpp_protos", # Automatically added go/proto_python_upb_flip
"//:expect_numpy_installed",
"//:expect_tensorflow_installed",
"//tensorflow_gnn/experimental/sampler",
Expand All @@ -52,6 +53,7 @@ pytype_strict_contrib_test(
"//:expect_absl_installed_testing",
"//third_party/py/apache_beam",
"//third_party/py/apache_beam/utils",
"//third_party/py/google/protobuf:use_fast_cpp_protos", # Automatically added go/proto_python_upb_flip
"//:expect_numpy_installed",
"//:expect_tensorflow_installed",
"//tensorflow_gnn",
Expand Down Expand Up @@ -84,6 +86,7 @@ pytype_strict_contrib_test(
"//third_party/py/absl/testing:absltest",
"//:expect_absl_installed_testing",
"//third_party/py/apache_beam",
"//third_party/py/google/protobuf:use_fast_cpp_protos", # Automatically added go/proto_python_upb_flip
"//:expect_numpy_installed",
"//:expect_tensorflow_installed",
"//tensorflow_gnn/experimental/sampler",
Expand Down Expand Up @@ -118,6 +121,7 @@ pytype_strict_contrib_test(
"//third_party/py/absl/testing:absltest",
"//:expect_absl_installed_testing",
"//third_party/py/apache_beam",
"//third_party/py/google/protobuf:use_fast_cpp_protos", # Automatically added go/proto_python_upb_flip
"//:expect_numpy_installed",
"//:expect_tensorflow_installed",
"//tensorflow_gnn/experimental/sampler",
Expand Down Expand Up @@ -146,6 +150,7 @@ pytype_strict_contrib_test(
"//third_party/py/absl/testing:absltest",
"//:expect_absl_installed_testing",
"//third_party/py/apache_beam",
"//third_party/py/google/protobuf:use_fast_cpp_protos", # Automatically added go/proto_python_upb_flip
"//:expect_numpy_installed",
"//:expect_tensorflow_installed",
"//tensorflow_gnn/experimental/sampler/proto",
Expand Down Expand Up @@ -196,6 +201,7 @@ pytype_strict_contrib_test(
":sampler-lib",
"//testing/pybase",
"//:expect_absl_installed_testing",
"//third_party/py/google/protobuf:use_fast_cpp_protos", # Automatically added go/proto_python_upb_flip
"//:expect_tensorflow_installed",
"//tensorflow_gnn",
"//tensorflow_gnn/sampler",
Expand All @@ -207,6 +213,7 @@ py_binary(
srcs = ["sampler.py"],
deps = [
":sampler-lib",
"//third_party/py/google/protobuf:use_fast_cpp_protos", # Automatically added go/proto_python_upb_flip
],
)

Expand All @@ -223,6 +230,7 @@ pytype_strict_contrib_test(
":unigraph_utils",
"//testing/pybase",
"//third_party/py/apache_beam",
"//third_party/py/google/protobuf:use_fast_cpp_protos", # Automatically added go/proto_python_upb_flip
"//:expect_numpy_installed",
"//:expect_tensorflow_installed",
"//tensorflow_gnn",
Expand Down

0 comments on commit e6b78bd

Please sign in to comment.