mirror of
https://github.com/saymrwulf/pytorch.git
synced 2026-05-14 20:57:59 +00:00
11 lines
284 B
Text
11 lines
284 B
Text
|
|
load("//:buckbuild.bzl", "third_party")
|
||
|
|
load(":BUCK.bzl", "define_tools_targets")
|
||
|
|
|
||
|
|
define_tools_targets(
|
||
|
|
python_binary = python_binary,
|
||
|
|
python_library = python_library,
|
||
|
|
python_test = python_test,
|
||
|
|
third_party = third_party,
|
||
|
|
torchgen_deps = "//torchgen:torchgen",
|
||
|
|
)
|