xref: /aosp_15_r20/external/federated-compute/fcp/tensorflow/python/BUILD (revision 14675a029014e728ec732f129a32e299b2da0601)
1# pybind11 bindings for //fcp/tensorflow.
2
3load("@rules_python//python:defs.bzl", "py_test")
4
5package(
6    default_visibility = ["//fcp:internal"],
7)
8
9exports_files(["serve_slices_registry.cc"])
10
11py_test(
12    name = "serve_slices_registry_test",
13    srcs = ["serve_slices_registry_test.py"],
14    deps = ["//fcp/tensorflow:serve_slices_py"],
15)
16