pytorch/test/jit
2022-05-20 18:39:47 +00:00
..
_imported_class_test
fixtures Revert "stft: remove non-center overload and python functional wrapper" 2022-05-09 19:59:46 +00:00
fixtures_srcs Revert "stft: remove non-center overload and python functional wrapper" 2022-05-09 19:59:46 +00:00
__init__.py
myexception.py (2/2) Make TorchScript Preserve Fully Qualified Class Name for Python Exceptions: frontend change (#72899) 2022-02-16 03:45:15 +00:00
test_alias_analysis.py Add api for recursively analyzing function calls (#73329) 2022-02-28 17:44:45 +00:00
test_async.py Set test owners for jit tests (#66808) 2021-10-25 07:51:10 -07:00
test_aten_pow.py Set test owners for jit tests (#66808) 2021-10-25 07:51:10 -07:00
test_attr.py Set test owners for jit tests (#66808) 2021-10-25 07:51:10 -07:00
test_autodiff_subgraph_slicing.py Implement Tanh Gelu Approximation (#61439) 2022-02-14 03:40:32 +00:00
test_autodiff.py fix to map an undefined tensor back to a tensor list 2022-04-07 20:07:27 +00:00
test_backend_nnapi.py Set test owners for jit tests (#66808) 2021-10-25 07:51:10 -07:00
test_backends.py Fix some typos. 2022-04-11 21:55:59 +00:00
test_batch_mm.py Set test owners for jit tests (#66808) 2021-10-25 07:51:10 -07:00
test_builtins.py Allow torch.Tensor.real on real-valued tensors (#71718) 2022-01-25 22:30:48 +00:00
test_class_type.py Register PrimTorch refs as decompositions. 2022-05-06 20:11:45 +00:00
test_complex.py [JIT] add builtin functions for (complex, Tensor) (#73286) 2022-02-24 18:40:47 +00:00
test_complexity.py Set test owners for jit tests (#66808) 2021-10-25 07:51:10 -07:00
test_convert_activation.py Set test owners for jit tests (#66808) 2021-10-25 07:51:10 -07:00
test_cuda.py Set test owners for jit tests (#66808) 2021-10-25 07:51:10 -07:00
test_custom_operators.py Add torch.ops per overload API (#72206) 2022-02-11 17:19:06 +00:00
test_data_parallel.py Set test owners for jit tests (#66808) 2021-10-25 07:51:10 -07:00
test_dce.py [JIT] remove prim::SetAttr from list of ops with side effects (#68311) 2021-11-16 08:39:24 -08:00
test_device_analysis.py [EASY] [JIT]Cleaning up the device analysis temp test code 2022-04-25 15:50:52 +00:00
test_dtype_analysis.py Fix test ownership lint (#71554) 2022-01-21 18:24:42 +00:00
test_enum.py Set test owners for jit tests (#66808) 2021-10-25 07:51:10 -07:00
test_exception.py (2/2) Make TorchScript Preserve Fully Qualified Class Name for Python Exceptions: frontend change (#72899) 2022-02-16 03:45:15 +00:00
test_export_modes.py Update symbolics policy to emit aten::ATen for Caffe2 build only 2022-04-19 15:57:54 +00:00
test_freezing.py Reland "[JIT] during freezing, cast optional bias to half if weight is half" 2022-05-17 12:25:26 +00:00
test_functional_blocks.py Set test owners for jit tests (#66808) 2021-10-25 07:51:10 -07:00
test_fuser_common.py Set test owners for jit tests (#66808) 2021-10-25 07:51:10 -07:00
test_graph_rewrite_passes.py Set test owners for jit tests (#66808) 2021-10-25 07:51:10 -07:00
test_hash.py Set test owners for jit tests (#66808) 2021-10-25 07:51:10 -07:00
test_hooks_modules.py Set test owners for jit tests (#66808) 2021-10-25 07:51:10 -07:00
test_hooks.py Set test owners for jit tests (#66808) 2021-10-25 07:51:10 -07:00
test_ignorable_args.py Set test owners for jit tests (#66808) 2021-10-25 07:51:10 -07:00
test_ignore_context_manager.py Set test owners for jit tests (#66808) 2021-10-25 07:51:10 -07:00
test_isinstance.py Set test owners for jit tests (#66808) 2021-10-25 07:51:10 -07:00
test_jit_utils.py Set test owners for jit tests (#66808) 2021-10-25 07:51:10 -07:00
test_legacy_upgraders.py Bump version number to 7 and compile old operators with old schema (#68358) 2022-01-05 23:57:22 -08:00
test_list_dict.py Set test owners for jit tests (#66808) 2021-10-25 07:51:10 -07:00
test_logging.py Set test owners for jit tests (#66808) 2021-10-25 07:51:10 -07:00
test_misc.py Retry "[JIT] parse prim::Constant[value=annotate()] and prim::Constant[value={0}]" 2022-05-13 15:12:07 +00:00
test_models.py add channels last support for thnn_conv2d (non-dilated) 2022-05-11 00:09:45 +00:00
test_module_apis.py Set test owners for jit tests (#66808) 2021-10-25 07:51:10 -07:00
test_module_containers.py [JIT] Support for ParameterDict getattr 2022-05-13 01:03:25 +00:00
test_module_interface.py Set test owners for jit tests (#66808) 2021-10-25 07:51:10 -07:00
test_modules.py Set test owners for jit tests (#66808) 2021-10-25 07:51:10 -07:00
test_onnx_export.py [ONNX] Remove f arg from export_to_pretty_string (#69045) (#69546) 2022-01-12 21:31:36 -08:00
test_op_decompositions.py Reland reland 2022-04-28 20:41:55 +00:00
test_optimize_for_mobile_preserve_debug_info.py Prepare for an update to the XNNPACK submodule (#72642) 2022-02-25 00:39:15 +00:00
test_parametrization.py Set test owners for jit tests (#66808) 2021-10-25 07:51:10 -07:00
test_pdt.py Set test owners for jit tests (#66808) 2021-10-25 07:51:10 -07:00
test_peephole.py add optional refining (#69776) 2022-01-11 22:12:34 -08:00
test_profiler.py Clean up profiling mode and profiling executor strategy (#73875) 2022-03-29 18:38:51 +00:00
test_python_bindings.py [JIT] add keep_unique_names arg to canonicalize python bindings (#74074) 2022-03-11 22:35:55 +00:00
test_python_builtins.py Set test owners for jit tests (#66808) 2021-10-25 07:51:10 -07:00
test_python_ir.py Set test owners for jit tests (#66808) 2021-10-25 07:51:10 -07:00
test_recursive_script.py Set test owners for jit tests (#66808) 2021-10-25 07:51:10 -07:00
test_remove_mutation.py functionalization: add native fill() op 2022-04-25 21:34:16 +00:00
test_save_load_for_op_version.py Revert "stft: remove non-center overload and python functional wrapper" 2022-05-09 19:59:46 +00:00
test_save_load.py Python function to extract information on mobile::Module from flatbuffer (#77624) 2022-05-18 00:42:57 +00:00
test_script_profile.py Set test owners for jit tests (#66808) 2021-10-25 07:51:10 -07:00
test_scriptmod_ann.py Set test owners for jit tests (#66808) 2021-10-25 07:51:10 -07:00
test_slice.py Set test owners for jit tests (#66808) 2021-10-25 07:51:10 -07:00
test_sparse.py [JIT] scripting, freezing, serialization for sparse csr (#69555) 2021-12-20 11:13:34 -08:00
test_string_formatting.py Set test owners for jit tests (#66808) 2021-10-25 07:51:10 -07:00
test_symbolic_shape_analysis.py Adding SSA support for convolution_backward 2022-05-20 18:39:47 +00:00
test_tensor_creation_ops.py Set test owners for jit tests (#66808) 2021-10-25 07:51:10 -07:00
test_tensor_methods.py Support tensor.__getitem__() in TorchScript compilation (#73952) 2022-03-11 01:45:18 +00:00
test_torchbind.py Set test owners for jit tests (#66808) 2021-10-25 07:51:10 -07:00
test_tracer.py Move functorch decompositions to PyTorch 2022-04-30 16:47:53 +00:00
test_type_sharing.py Set test owners for jit tests (#66808) 2021-10-25 07:51:10 -07:00
test_types.py [Codemod][Codemod deprecated unittest asserts] fbcode//caffe2/test (#71708) 2022-03-15 19:28:52 +00:00
test_typing.py Register PrimTorch refs as decompositions. 2022-05-06 20:11:45 +00:00
test_union.py Output UnionType str rep with () instead of [] (#69502) 2021-12-07 14:17:06 -08:00
test_unsupported_ops.py Set test owners for jit tests (#66808) 2021-10-25 07:51:10 -07:00
test_upgraders.py Move other div variants to upgraders map 2022-05-16 22:32:15 +00:00
test_warn.py Set test owners for jit tests (#66808) 2021-10-25 07:51:10 -07:00
test_with.py Fix asserts in tests (#72864) 2022-02-16 18:35:16 +00:00