Sort tools keyword into right place

This commit is contained in:
Alexander Grund 2020-11-17 08:48:52 +01:00 committed by Geeta Chavan
parent 956025aa53
commit f24b1207d0
2 changed files with 2 additions and 2 deletions

View File

@ -115,8 +115,8 @@ genrule(
# have control of the full GPU. # have control of the full GPU.
cmd = "CUDA_VISIBLE_DEVICES='' " + cmd = "CUDA_VISIBLE_DEVICES='' " +
"$(location :make_test_graphs) --out_dir $(@D)", "$(location :make_test_graphs) --out_dir $(@D)",
tools = [":make_test_graphs"],
tags = ["manual"], tags = ["manual"],
tools = [":make_test_graphs"],
) )
tf_library( tf_library(

View File

@ -399,8 +399,8 @@ genrule(
cmd = ( cmd = (
"$(location :make_aot_compile_models) --out_dir $(@D)" "$(location :make_aot_compile_models) --out_dir $(@D)"
), ),
tools = [":make_aot_compile_models"],
tags = ["no_rocm"], tags = ["no_rocm"],
tools = [":make_aot_compile_models"],
) )
filegroup( filegroup(