pytorch/test/jit
Elias Ellison 5313bafd31 [JIT] integer value refinement (#56438)
Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/56438

Test Plan: Imported from OSS

Reviewed By: nikithamalgifb

Differential Revision: D27924239

Pulled By: eellison

fbshipit-source-id: ace54fcb594853f30c242369ea203b0eb5527ac1
2021-05-21 08:51:01 -07:00
..
_imported_class_test
fixtures
__init__.py
test_async.py Replace raiseRegex with raiseRegexWithHighlight test_async.py (#55489) 2021-04-07 14:30:23 -07:00
test_autodiff_subgraph_slicing.py reduce inline autodiff threshold so we can caputre smaller fusions (#57062) 2021-04-30 09:55:09 -07:00
test_backends.py Replace assertRaisesRegex w/ assertRaisesRegexWithHighlight test_backends.py (#55493) 2021-04-07 14:30:20 -07:00
test_builtins.py [JIT] Put explicit error message on class attribute accesses. (#55723) 2021-04-16 15:47:10 -07:00
test_class_type.py Add lint for unqualified noqa (#56272) 2021-04-19 13:16:18 -07:00
test_complex.py Add support for real and imag tensor attributes (#54692) 2021-05-13 10:44:27 -07:00
test_complexity.py Disable TestComplexity.test_nn_module_test in fbcode (#56677) 2021-04-22 10:01:45 -07:00
test_cuda.py Add cuda device synchronization support in JIT (#55469) 2021-04-14 09:13:07 -07:00
test_custom_operators.py Use assertRaisesRegexWithHighlight test_custom_operators.py (#55519) 2021-04-07 14:39:52 -07:00
test_data_parallel.py
test_enum.py Use assertRaisesRegexWithHighlight test_enum.py (#55521) 2021-04-07 15:00:45 -07:00
test_export_modes.py Deprecate QR (#57745) 2021-05-10 22:56:37 -07:00
test_freezing.py [JIT] Add optimize_for_inference API (#58193) 2021-05-15 15:50:14 -07:00
test_functional_blocks.py
test_fuser_common.py JIT: guard DifferentiableGraph node (#49433) 2021-01-08 20:01:27 -08:00
test_hash.py [Hackathon] Add error source range highlighting check in test_hash and test_list_dict (#55490) 2021-04-07 23:48:51 -07:00
test_hooks_modules.py s/foward/forward/g (#58497) 2021-05-19 11:42:42 -07:00
test_hooks.py s/foward/forward/g (#58497) 2021-05-19 11:42:42 -07:00
test_ignorable_args.py Revert "Striding for lists Part 2 (#49352)" (#58523) 2021-05-20 13:20:33 -07:00
test_ignore_context_manager.py torch.jit.ignore as a context manager (#55172) 2021-05-14 01:53:50 -07:00
test_isinstance.py Remove legacy constructor calls from pytorch codebase. (#54142) 2021-04-11 15:45:17 -07:00
test_jit_utils.py [Usability] Capture argument names for traced functions and modules (#51775) 2021-02-10 18:28:08 -08:00
test_list_dict.py Add lint for unqualified noqa (#56272) 2021-04-19 13:16:18 -07:00
test_logging.py
test_misc.py Add lint for unqualified noqa (#56272) 2021-04-19 13:16:18 -07:00
test_models.py
test_module_apis.py Add tests for custom state_dict save/load methods in TorchScript (#57886) 2021-05-10 18:04:56 -07:00
test_module_containers.py remove test_jit_py3.py entirely (#55560) 2021-04-08 14:28:54 -07:00
test_module_interface.py [JIT] Put explicit error message on class attribute accesses. (#55723) 2021-04-16 15:47:10 -07:00
test_onnx_export.py [ONNX] Replace decomposeLinear pre process pass with a symbolic (#53077) (#54866) 2021-03-31 21:14:25 -07:00
test_pdt.py Add tests for PDT (#58211) 2021-05-13 09:51:09 -07:00
test_peephole.py [JIT] integer value refinement (#56438) 2021-05-21 08:51:01 -07:00
test_profiler.py Reland: D27652485: [nnc] Enable CPU fusion only when num_threads == 1" (#56120) 2021-04-15 15:50:18 -07:00
test_python_bindings.py wrap AliasDb in Python (#51336) 2021-03-17 12:55:22 -07:00
test_python_builtins.py [Hackathon] Move python builtins to test_python_builtins.py (#55479) 2021-04-08 08:06:54 -07:00
test_python_ir.py
test_recursive_script.py Add lint for unqualified noqa (#56272) 2021-04-19 13:16:18 -07:00
test_remove_mutation.py Add support for list insertion for mutation removal (#54271) 2021-03-22 14:27:24 -07:00
test_save_load.py Add lint for unqualified noqa (#56272) 2021-04-19 13:16:18 -07:00
test_scriptmod_ann.py [Hackathon] Add error source range highlighting check in test_scriptmod_ann (#55482) 2021-04-07 15:46:43 -07:00
test_slice.py More robust slicing logic for nn.ModuleList (#58361) 2021-05-20 23:00:17 -07:00
test_string_formatting.py [Hackathon] Add source range highligh check to test_string_formatting (#55491) 2021-04-07 16:08:30 -07:00
test_symbolic_shape_analysis.py [JIT] integer value refinement (#56438) 2021-05-21 08:51:01 -07:00
test_tensor_creation_ops.py Fix default dtype for randperm, triu/tril_indices inside TorchScript (#57105) 2021-04-28 16:18:33 -07:00
test_torchbind.py [Hackathon] Add source highlight check in test_torchbind (#55495) 2021-04-07 16:17:22 -07:00
test_tracer.py Remove legacy constructor calls from pytorch codebase. (#54142) 2021-04-11 15:45:17 -07:00
test_type_sharing.py [Hackathon] Add source highlighting check in test_type_sharing (#55498) 2021-04-07 16:12:17 -07:00
test_types.py [JIT] initial support for PEP-585 types (#57363) 2021-05-10 07:29:10 -07:00
test_typing.py [Hackathon]Move tests related to containers in typing to test_typing.py (#55504) 2021-04-08 18:40:37 -07:00
test_unsupported_ops.py [Hackathon] Add source highlighting check to test_unsupported_ops (#55501) 2021-04-09 16:40:29 -07:00
test_warn.py Make sure each warnings.warn only executes once inside TorchScript. (#45382) 2020-10-02 14:55:10 -07:00
test_with.py [Hackathon] Add source range highlight check to test_with (#55513) 2021-04-07 16:14:10 -07:00