xref: /aosp_15_r20/external/pytorch/tools/BUCK.oss (revision da0073e96a02ea20f0ac840b70461e3646d07c45)
1*da0073e9SAndroid Build Coastguard Workerload("//:buckbuild.bzl", "third_party")
2*da0073e9SAndroid Build Coastguard Workerload(":BUCK.bzl", "define_tools_targets")
3*da0073e9SAndroid Build Coastguard Worker
4*da0073e9SAndroid Build Coastguard Workerdefine_tools_targets(
5*da0073e9SAndroid Build Coastguard Worker    python_binary = python_binary,
6*da0073e9SAndroid Build Coastguard Worker    python_library = python_library,
7*da0073e9SAndroid Build Coastguard Worker    python_test = python_test,
8*da0073e9SAndroid Build Coastguard Worker    third_party = third_party,
9*da0073e9SAndroid Build Coastguard Worker    torchgen_deps = "//torchgen:torchgen",
10*da0073e9SAndroid Build Coastguard Worker)
11