Internal change

PiperOrigin-RevId: 345410276
Change-Id: If56fcc87e2b8cd47a156852bd920b49b9dc1cfb2
This commit is contained in:
A. Unique TensorFlower 2020-12-03 02:25:37 -08:00 committed by TensorFlower Gardener
parent cbbb5d7b40
commit 7fa02aac5f

View File

@ -27,7 +27,7 @@ def genlinalg(name, linalggen, src, linalg_outs):
srcs = [src],
outs = [out],
tools = [linalggen],
cmd = ("echo " + " ".join(base_args) + " -o $@; " + " ".join(base_args) + " -o $@"),
cmd = (" ".join(base_args) + " -o $@"),
)
# List of opts that do not generate cc files.