mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/70928 ghstack-source-id: 148159366 Test Plan: Ensured that the same number of tests are found and run. Reviewed By: malfet Differential Revision: D33455272 fbshipit-source-id: fba1e3409b14794be3e6fe4445c56dd5361cfe9d (cherry picked from commit b45fce500aa9c3f69915bf0857144ba6d268e649)
5 lines
104 B
Python
5 lines
104 B
Python
load("//:tools/bazel.bzl", "rules")
|
|
load(":build.bzl", "define_targets")
|
|
|
|
define_targets(rules = rules)
|