pytorch/test/jit
2022-08-13 03:34:00 +00:00
..
_imported_class_test
fixtures
fixtures_srcs
__init__.py
myexception.py
test_alias_analysis.py
test_async.py
test_aten_pow.py
test_attr.py
test_autodiff.py Retry - [JIT] Propagate profiled information to DifferentiableGraph outputs 2022-06-21 22:57:17 +00:00
test_autodiff_subgraph_slicing.py Retry - [JIT] Propagate profiled information to DifferentiableGraph outputs 2022-06-21 22:57:17 +00:00
test_backend_nnapi.py
test_backends.py
test_batch_mm.py
test_builtins.py
test_class_type.py Setup for running PyTorch tests with TorchDynamo and skips for known failing tests (#80106) 2022-07-07 18:57:33 +00:00
test_complex.py
test_complexity.py
test_convert_activation.py
test_cuda.py [ROCm] Enable/fix unit tests test_stream_args and test_event_args (#82346) 2022-08-01 22:55:15 +00:00
test_custom_operators.py Only allow numbers as tensors if operator was explicitly allowlisted so (#80587) 2022-06-30 18:59:38 +00:00
test_data_parallel.py
test_dataclasses.py Reland "[pytorch][PR] Support dataclasses in TorchScript" take 2 (#74353) (#74353) (#76771) 2022-06-07 21:44:55 +00:00
test_dce.py
test_device_analysis.py
test_dtype_analysis.py Add ref for nn.functional.prelu (#79768) 2022-07-07 17:04:47 +00:00
test_enum.py
test_exception.py
test_export_modes.py
test_freezing.py [JIT] enable autocasting + freezing test 2022-06-02 22:38:56 +00:00
test_functional_blocks.py
test_fuser_common.py
test_graph_rewrite_passes.py
test_hash.py [Reland] Add py-3.10 config (#82329) 2022-07-27 20:22:47 +00:00
test_hooks.py
test_hooks_modules.py
test_ignorable_args.py
test_ignore_context_manager.py
test_isinstance.py
test_ivalue.py Add missing QSCheme IValue conversion logic (#78862) 2022-06-07 08:34:17 +00:00
test_jit_utils.py Disable TracerWarnings on NNC opinfo tests 2022-06-03 18:11:12 +00:00
test_list_dict.py Setup for running PyTorch tests with TorchDynamo and skips for known failing tests (#80106) 2022-07-07 18:57:33 +00:00
test_logging.py
test_misc.py Reland "[pytorch][PR] Support dataclasses in TorchScript" take 2 (#74353) (#74353) (#76771) 2022-06-07 21:44:55 +00:00
test_models.py
test_module_apis.py
test_module_containers.py [JIT] Support for ParameterDict getattr 2022-05-13 01:03:25 +00:00
test_module_interface.py Enable lint for test_module_interface.py (#83359) 2022-08-13 03:34:00 +00:00
test_modules.py
test_op_decompositions.py
test_optimize_for_mobile_preserve_debug_info.py
test_parametrization.py Use generators with all/any in torch/optim (#78142) 2022-06-24 17:23:45 +00:00
test_pdt.py
test_peephole.py
test_profiler.py
test_python_bindings.py
test_python_builtins.py
test_python_ir.py
test_recursive_script.py
test_remove_mutation.py
test_save_load.py [PyTorchEdge] Extend Flatbuffer to get mobile_info for NMLML workflows 2022-06-01 20:09:09 +00:00
test_save_load_for_op_version.py
test_script_profile.py
test_scriptmod_ann.py
test_slice.py
test_sparse.py
test_string_formatting.py
test_symbolic_shape_analysis.py fix index_select when source tensor is empty 2022-05-26 03:10:47 +00:00
test_tensor_creation_ops.py
test_tensor_methods.py
test_torchbind.py
test_tracer.py Setup for running PyTorch tests with TorchDynamo and skips for known failing tests (#80106) 2022-07-07 18:57:33 +00:00
test_type_sharing.py
test_types.py [JIT] Improve error message for InferredType 2022-06-08 23:02:58 +00:00
test_typing.py
test_union.py
test_unsupported_ops.py
test_upgraders.py Get rid of ENABLE_UPGRADERS macro (#77574) 2022-08-09 05:33:14 +00:00
test_warn.py
test_with.py