Files
pytorch/tools/lite_interpreter/BUCK.oss
Linbin Yu 1683a2618d rename BUILD.buck to BUCK.oss (#78792)
rename BUILD.buck to BUCK.oss to better reflect that it's the OSS version of BUCK build, not the one shared with Bazel
Pull Request resolved: https://github.com/pytorch/pytorch/pull/78792
Approved by: https://github.com/kit1980
2022-06-03 07:23:16 +00:00

7 lines
186 B
Plaintext

python_library(
name = "gen_selected_mobile_ops_header",
srcs = ["gen_selected_mobile_ops_header.py"],
base_module = "tools.lite_interpreter",
visibility = ["PUBLIC"],
)