mirror of
https://github.com/zebrajr/pytorch.git
synced 2025-12-06 12:20:52 +01:00
Pull Request resolved: https://github.com/pytorch/pytorch/pull/74749 Differential Revision: [D35145072](https://our.internmc.facebook.com/intern/diff/D35145072/) **NOTE FOR REVIEWERS**: This PR has internal Facebook specific changes or comments, please review them on [Phabricator](https://our.internmc.facebook.com/intern/diff/D35145072/)! Approved by: https://github.com/albanD
5 lines
104 B
Python
5 lines
104 B
Python
load("//:tools/bazel.bzl", "rules")
|
|
load(":build.bzl", "define_targets")
|
|
|
|
define_targets(rules = rules)
|