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