pytorch/tools/codegen
Edward Z. Yang 7541068254 Annotate some long lines with noqa: B950
When we reformat the file with Black, these lines will exceed
the lint limit.

Signed-off-by: Edward Z. Yang <ezyangfb.com>

Pull Request resolved: https://github.com/pytorch/pytorch/pull/76035

Approved by: https://github.com/bdhirsh
2022-04-19 14:51:32 +00:00
..
api Annotate some long lines with noqa: B950 2022-04-19 14:51:32 +00:00
decompositions [JIT] Make aot autograd decompositions usable in JIT, add script for serializing the decompositions (#73938) 2022-03-29 18:38:52 +00:00
dest fix external backend device guard codegen for factory ops 2022-04-11 13:49:51 +00:00
operator_versions Remove internal logic to handle bytecode version 3 (#57775) 2022-04-07 01:45:52 +00:00
selective_build
static_runtime Revert "Allow specifying tags for aten operators in native_functions.yaml" 2022-03-28 18:04:38 +00:00
__init__.py
BUILD.bazel use the //tools/codegen target in Bazel (#74465) 2022-03-31 12:54:14 +00:00
build.bzl move codegen binary to the common build system (#74470) 2022-03-31 15:38:16 +00:00
code_template.py
context.py split out functionalization codegen to use view_copy operators 2022-04-18 20:05:21 +00:00
gen.py split out functionalization codegen to use view_copy operators 2022-04-18 20:05:21 +00:00
gen_backend_stubs.py Add non-eager registration to dispatch autogen (#74557) 2022-04-01 03:42:53 +00:00
gen_functionalization_type.py Annotate some long lines with noqa: B950 2022-04-19 14:51:32 +00:00
gen_lazy_tensor.py Make forced eager fallback optional in codegen (#75274) 2022-04-06 08:38:02 +00:00
local.py
model.py split out functionalization codegen to use view_copy operators 2022-04-18 20:05:21 +00:00
utils.py [PyTorch] Add codegen unboxing ability (#69881) 2022-03-01 23:28:13 +00:00