mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
see https://github.com/pytorch/pytorch/pull/76480 fixed most lint errors Pull Request resolved: https://github.com/pytorch/pytorch/pull/77612 Approved by: https://github.com/kit1980
6 lines
159 B
Python
6 lines
159 B
Python
def fb_xplat_genrule(default_outs = ["."], **kwargs):
|
|
genrule(
|
|
# default_outs=default_outs, # only needed for internal BUCK
|
|
**kwargs
|
|
)
|