forked from 626_privacy/tensorflow_privacy
9 lines
150 B
Text
9 lines
150 B
Text
|
licenses(["notice"])
|
||
|
|
||
|
py_binary(
|
||
|
name = "mnist_scratch",
|
||
|
srcs = ["mnist_scratch.py"],
|
||
|
python_version = "PY3",
|
||
|
srcs_version = "PY3",
|
||
|
)
|