BUILD 137 Bytes
Newer Older
1
2
3
4
5
6
7
sh_binary(
    name = "move_ops",
    srcs = ["move_ops.sh"],
    data = [
        "//tf_ops:sequence_string_projection_op_py",
    ],
)