pytorch/torch/jit
2022-09-28 17:05:01 +00:00
..
_passes
mobile
__init__.py Fixed docstring typo (#80879) 2022-07-05 16:20:26 +00:00
_async.py
_builtins.py Add torch.nested namespace (#84102) 2022-09-12 16:31:05 +00:00
_check.py
_dataclass_impls.py
_decomposition_utils.py
_decompositions.py
_freeze.py [JIT] support freezing modules that don't have a forward method (#85779) 2022-09-28 17:05:01 +00:00
_fuser.py add oneDNN graph fuser context API and unittest (#82491) 2022-09-12 20:09:00 +00:00
_ir_utils.py
_logging.py
_monkeytype_config.py
_pickle.py
_recursive.py [JIT] Tweak annotation extraction for py3.10 (#81334) 2022-07-12 17:35:30 +00:00
_script.py Change docstring type callable to Callable for consistency (#82487) 2022-08-01 17:26:09 +00:00
_serialization.py
_shape_functions.py Fix for transposed convolution shape functions (#83557) 2022-08-22 19:05:41 +00:00
_state.py
_trace.py torch/jit/_trace.py in compare_outputs(original, reference, match_wha… (#84850) 2022-09-16 01:45:20 +00:00
annotations.py
frontend.py Use generators with all/any in torch/optim (#78142) 2022-06-24 17:23:45 +00:00
generate_bytecode.py
quantized.py [quant][ao_migration] torch.nn.quantized.dynamictorch.ao.nn.quantized.dynamic (#78714) 2022-08-25 16:50:34 +00:00
supported_ops.py
unsupported_tensor_ops.py