tensorflow_privacy/tutorials/walkthrough/BUILD
Steve Chien 7a5f4eddb8 Internal change.
PiperOrigin-RevId: 455173202
2022-06-15 11:05:05 -07: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",
)