..
backward_compatibility
Add c10_experimental ops to BC check white list ( #27235 )
2019-10-02 18:05:08 -07:00
bottleneck
cpp
Disable TSAN test in LiteInterpreterConv
2019-10-10 08:50:59 -07:00
cpp_api_parity
Improve C++ maxpool and avgpool ( #26521 )
2019-09-25 13:52:58 -07:00
cpp_extensions
Delete backwards compatibility Backend overload for registerOp ( #25914 )
2019-09-25 07:21:44 -07:00
custom_operator
Separate libtorch tests from libtorch build. ( #26927 )
2019-10-02 08:04:52 -07:00
data
Makes test_cuda.py's generated tensor op tests generic ( #27210 )
2019-10-04 02:40:59 -07:00
error_messages
expect
jit
onnx
Export traced aten::unbind ( #27247 )
2019-10-09 18:20:03 -07:00
optim
test_module
common_cuda.py
common_device_type.py
Stops common_utils.py from setting the default tensor type (to torch.DoubleTensor) ( #27444 )
2019-10-08 09:52:44 -07:00
common_distributed.py
Ensure NCCL error handling code is disabled for NCCL versions < 2.4 ( #27124 )
2019-10-07 17:39:32 -07:00
common_methods_invocations.py
Fix nuclear norm with requires_grad=True ( #26303 )
2019-09-26 12:08:25 -07:00
common_nn.py
Revert D17599915: [pytorch][PR] Support 0-batch size for nn.Linear.
2019-10-09 08:58:38 -07:00
common_quantization.py
Replacing the skip_list with white_list in the qconfig propagation
2019-10-03 20:40:17 -07:00
common_quantized.py
Unify quantized conv and linear tests ( #26992 )
2019-10-01 14:07:16 -07:00
common_utils.py
Stops common_utils.py from setting the default tensor type (to torch.DoubleTensor) ( #27444 )
2019-10-08 09:52:44 -07:00
dist_autograd_test.py
Move RPC API to torch.distributed.rpc
2019-10-08 11:31:25 -07:00
dist_utils.py
Move RPC API to torch.distributed.rpc
2019-10-08 11:31:25 -07:00
expecttest.py
HowToWriteTestsUsingFileCheck.md
hypothesis_utils.py
Per channel fake quant ( #26623 )
2019-09-30 00:21:25 -07:00
jit_utils.py
Move some class/functions in test_jit.py to jit_utils.py ( #26839 )
2019-09-27 18:07:24 -07:00
rpc_test.py
Enable EXE001 flake8 check. ( #27560 )
2019-10-09 09:15:29 -07:00
run_test.py
skip all rpc and dist autograd spawn tests for <PY36 ( #27191 )
2019-10-02 23:05:51 -07:00
simulate_nccl_errors.py
test_autograd.py
Stops common_utils.py from setting the default tensor type (to torch.DoubleTensor) ( #27444 )
2019-10-08 09:52:44 -07:00
test_c10d.py
Stops common_utils.py from setting the default tensor type (to torch.DoubleTensor) ( #27444 )
2019-10-08 09:52:44 -07:00
test_c10d_spawn.py
test_cpp_api_parity.py
Improve C++ maxpool and avgpool ( #26521 )
2019-09-25 13:52:58 -07:00
test_cpp_extensions.py
Stops common_utils.py from setting the default tensor type (to torch.DoubleTensor) ( #27444 )
2019-10-08 09:52:44 -07:00
test_cuda.py
Removes floating_dtype decorator from test_torch and test_cuda ( #27599 )
2019-10-09 16:10:26 -07:00
test_cuda_primary_ctx.py
test_dataloader.py
Stops common_utils.py from setting the default tensor type (to torch.DoubleTensor) ( #27444 )
2019-10-08 09:52:44 -07:00
test_dist_autograd_fork.py
Enable EXE001 flake8 check. ( #27560 )
2019-10-09 09:15:29 -07:00
test_dist_autograd_spawn.py
Enable EXE001 flake8 check. ( #27560 )
2019-10-09 09:15:29 -07:00
test_distributed.py
Ensure that DDP wrapped module has parameters that require gradients ( #25858 )
2019-10-01 09:03:52 -07:00
test_distributions.py
Stops common_utils.py from setting the default tensor type (to torch.DoubleTensor) ( #27444 )
2019-10-08 09:52:44 -07:00
test_docs_coverage.py
Documentation for named tensors ( #27173 )
2019-10-08 22:22:30 -07:00
test_expecttest.py
test_fake_quant.py
Add control for observers in Fake-quantize module ( #27113 )
2019-09-30 18:23:26 -07:00
test_function_schema.py
test_indexing.py
test_jit.py
refactor tryMatchSchema ( #26499 )
2019-10-09 22:11:24 -07:00
test_jit_disabled.py
test_jit_fuser.py
autodiff changes to enable profiling
2019-09-25 10:11:44 -07:00
test_jit_py3.py
always use the closure to resolve variable names ( #27515 )
2019-10-09 12:16:15 -07:00
test_jit_string.py
test_logging.py
test_mkldnn.py
test_multiprocessing.py
Disable tsan for test_multiprocessing. ( #27410 )
2019-10-07 11:29:04 -07:00
test_multiprocessing_spawn.py
test_namedtensor.py
Allow align_to to take in partially named tensors ( #27308 )
2019-10-09 16:28:45 -07:00
test_namedtuple_return_api.py
test_nccl.py
test_nn.py
Fix native ctc_loss gradient indexing bug for large target sizes ( #27460 )
2019-10-09 19:26:47 -07:00
test_numba_integration.py
test_optim.py
Stops common_utils.py from setting the default tensor type (to torch.DoubleTensor) ( #27444 )
2019-10-08 09:52:44 -07:00
test_qat.py
Rename _intrinsic to intrinsic
2019-10-02 18:53:06 -07:00
test_quantization.py
MovingAverage Observer ( #27396 )
2019-10-04 16:28:59 -07:00
test_quantized.py
test_equal in test_quantized.py ( #27616 )
2019-10-09 14:13:56 -07:00
test_quantized_models.py
Rename _intrinsic to intrinsic
2019-10-02 18:53:06 -07:00
test_quantized_nn_mods.py
Fix reprs for _intrinsic modules
2019-10-02 19:55:49 -07:00
test_quantized_tensor.py
quantized_tensor tests ( #26784 )
2019-09-25 10:33:30 -07:00
test_quantizer.py
Remove fbgemm_is_cpu_supported in favor of torch.backends.quantized.supported_qengines ( #26840 )
2019-09-27 13:45:15 -07:00
test_rpc_fork.py
Enable EXE001 flake8 check. ( #27560 )
2019-10-09 09:15:29 -07:00
test_rpc_spawn.py
Enable EXE001 flake8 check. ( #27560 )
2019-10-09 09:15:29 -07:00
test_sparse.py
Stops common_utils.py from setting the default tensor type (to torch.DoubleTensor) ( #27444 )
2019-10-08 09:52:44 -07:00
test_tensorboard.py
test_throughput_benchmark.py
test_torch.py
Removes floating_dtype decorator from test_torch and test_cuda ( #27599 )
2019-10-09 16:10:26 -07:00
test_type_hints.py
Documentation for named tensors ( #27173 )
2019-10-08 22:22:30 -07:00
test_type_info.py
test_type_promotion.py
Migrate le/gt/ge/eq/ne from the TH to Aten. Added support of type promotion. ( #27017 )
2019-09-28 15:08:41 -07:00
test_utils.py
Move hipify to torch/utils to bundle them into torch package ( #27425 )
2019-10-07 17:25:45 -07:00