| .. |
|
_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
|
|
|
|
test_aten_pow.py
|
|
|
|
test_attr.py
|
|
|
|
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
|
|
|
|
test_backends.py
|
Fix some typos.
|
2022-04-11 21:55:59 +00:00 |
|
test_batch_mm.py
|
|
|
|
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
|
|
|
|
test_convert_activation.py
|
|
|
|
test_cuda.py
|
|
|
|
test_custom_operators.py
|
Add torch.ops per overload API (#72206)
|
2022-02-11 17:19:06 +00:00 |
|
test_data_parallel.py
|
|
|
|
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
|
|
|
|
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
|
|
|
|
test_fuser_common.py
|
|
|
|
test_graph_rewrite_passes.py
|
|
|
|
test_hash.py
|
|
|
|
test_hooks_modules.py
|
|
|
|
test_hooks.py
|
|
|
|
test_ignorable_args.py
|
|
|
|
test_ignore_context_manager.py
|
|
|
|
test_isinstance.py
|
|
|
|
test_jit_utils.py
|
|
|
|
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
|
|
|
|
test_logging.py
|
|
|
|
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
|
|
|
|
test_module_containers.py
|
[JIT] Support for ParameterDict getattr
|
2022-05-13 01:03:25 +00:00 |
|
test_module_interface.py
|
|
|
|
test_modules.py
|
|
|
|
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
|
|
|
|
test_pdt.py
|
|
|
|
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
|
|
|
|
test_python_ir.py
|
|
|
|
test_recursive_script.py
|
|
|
|
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
|
|
|
|
test_scriptmod_ann.py
|
|
|
|
test_slice.py
|
|
|
|
test_sparse.py
|
[JIT] scripting, freezing, serialization for sparse csr (#69555)
|
2021-12-20 11:13:34 -08:00 |
|
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
|
Support tensor.__getitem__() in TorchScript compilation (#73952)
|
2022-03-11 01:45:18 +00:00 |
|
test_torchbind.py
|
|
|
|
test_tracer.py
|
Move functorch decompositions to PyTorch
|
2022-04-30 16:47:53 +00:00 |
|
test_type_sharing.py
|
|
|
|
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
|
|
|
|
test_upgraders.py
|
Updates floor_divide to perform floor division (#78411)
|
2022-05-29 21:28:45 +00:00 |
|
test_warn.py
|
|
|
|
test_with.py
|
Fix asserts in tests (#72864)
|
2022-02-16 18:35:16 +00:00 |