tensorflow_privacy/tutorials/walkthrough/BUILD
Michael Reneer 69d84d1892 Add TensorFlow Privacy BUILD and WORKSPACE files.
PiperOrigin-RevId: 429141704
2022-02-16 23:30:06 +00:00

10 lines
203 B
Text

load("@rules_python//python:defs.bzl", "py_binary")
licenses(["notice"])
py_binary(
name = "mnist_scratch",
srcs = ["mnist_scratch.py"],
python_version = "PY3",
srcs_version = "PY3",
)