pytorch/test
anjali411 96eec95ece torch.from_numpy for complex dtypes (#35531)
Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/35531

Differential Revision: D20693581

Pulled By: anjali411

fbshipit-source-id: d53e26b4175452fa00b287efbfceea18104c1364
2020-03-27 14:40:28 -07:00
..
backward_compatibility [JIT] remove prim::shape op (#34286) 2020-03-26 19:29:25 -07:00
bottleneck_test fix possible pandas import error during tensorboard tests (#29650) 2020-02-04 14:27:46 -08:00
cpp Enable tensorexpr cpp tests in CI. try #2 (#35454) 2020-03-27 12:09:55 -07:00
cpp_api_parity [C++ API] RNN / GRU / LSTM layer refactoring (#34322) 2020-03-15 17:48:29 -07:00
cpp_extensions pybind11 type_caster for at::Generator and custom RNG python test (#34774) 2020-03-22 10:57:35 -07:00
custom_operator [reapply][JIT] Namespaces for TorchBind (#35254) 2020-03-24 00:39:48 -07:00
distributed [ROCm] Hotfix disable tests (#35396) 2020-03-26 00:21:40 -07:00
error_messages
expect Move pytorch distributed tests to separate folder for contbuild. (#30445) 2020-01-22 21:16:59 -08:00
jit [JIT] [Reland] add complexity tests (#35330) 2020-03-25 14:22:52 -07:00
mobile [pytorch] deprecate code analyzer -closure option (#35179) 2020-03-22 14:36:42 -07:00
onnx Revert D19710370: [pytorch][PR] ONNX Update training ops and training amenable export API 2020-03-27 06:51:05 -07:00
optim
scripts Make test_torch.py pass cuda-memcheck (#29243) 2019-12-14 20:29:58 -08:00
type_hint_tests Support for Tensor Shape Type Hint (#34595) 2020-03-13 15:16:24 -07:00
HowToWriteTestsUsingFileCheck.md
run_test.py [1.5 Release][RPC Reliability] RRef Idempotency and RPC Retry enablement (#33636) 2020-03-20 20:07:47 -07:00
simulate_nccl_errors.py Detect and handle NCCL errors appropriately in ProcessGroupNCCL. (#25012) 2019-08-22 16:12:41 -07:00
te_utils.py [TensorExpr] Pull changes from bertmaher/pytorch_fusion. (#34842) 2020-03-17 11:02:48 -07:00
test_autograd.py [Autograd Testing] Few refactors to test_autograd.py (#35443) 2020-03-26 18:57:52 -07:00
test_complex.py test_complex inherits from common_utils.TestCase; closes #34648 (#34697) 2020-03-23 10:49:30 -07:00
test_cpp_api_parity.py [jit] kill script namespace (#34515) 2020-03-11 23:32:48 -07:00
test_cpp_extensions_aot.py pybind11 type_caster for at::Generator and custom RNG python test (#34774) 2020-03-22 10:57:35 -07:00
test_cpp_extensions_jit.py Add pybind11 exception translator (#30588) 2020-02-18 11:33:29 -08:00
test_cuda_primary_ctx.py Move pytorch distributed tests to separate folder for contbuild. (#30445) 2020-01-22 21:16:59 -08:00
test_cuda.py [RELAND2] Eager autocasting, out-of-place ops only (with MSVC 2017 fix) (#35102) 2020-03-24 09:08:04 -07:00
test_dataloader.py feature: deterministic random_split (#34043) 2020-03-26 08:02:39 -07:00
test_determination.py [pytorch_ci] Python target determinator (#33577) 2020-03-03 18:01:12 -08:00
test_distributions.py Continuous bernoulli distribution (take 2) (#34619) 2020-03-12 11:53:18 -07:00
test_docs_coverage.py [doc] Add grad context manager doc to toplevel torch module. (#33877) 2020-03-02 06:32:36 -08:00
test_expecttest.py Move pytorch distributed tests to separate folder for contbuild. (#30445) 2020-01-22 21:16:59 -08:00
test_fake_quant.py Per channel quantization performance improvement (#33772) 2020-02-26 10:19:25 -08:00
test_function_schema.py Move pytorch distributed tests to separate folder for contbuild. (#30445) 2020-01-22 21:16:59 -08:00
test_indexing.py Fix index_put when tensor length > int_max (#33753) 2020-03-01 21:51:23 -08:00
test_jit_disabled.py Move pytorch distributed tests to separate folder for contbuild. (#30445) 2020-01-22 21:16:59 -08:00
test_jit_fuser_legacy.py switching to a simple/full executor 2019-11-11 13:41:35 -08:00
test_jit_fuser_te.py Expose enablement of TensorExpr fuser as env variable (#35341) 2020-03-26 14:31:57 -07:00
test_jit_fuser.py Fix warnings in test/test_jit_fuser.py (#34980) 2020-03-18 19:55:25 -07:00
test_jit_legacy.py switching to a simple/full executor 2019-11-11 13:41:35 -08:00
test_jit_py3.py Make operator names consistent between export_opnames and the lite interpreter (#34674) 2020-03-26 22:50:59 -07:00
test_jit_simple.py switching to a simple/full executor 2019-11-11 13:41:35 -08:00
test_jit_string.py [PyTorch][TorchScript] Add support for join on List of strings in TorchScript (#32847) 2020-01-31 18:20:38 -08:00
test_jit.py Enable tensorexpr cpp tests in CI. try #2 (#35454) 2020-03-27 12:09:55 -07:00
test_logging.py Move pytorch distributed tests to separate folder for contbuild. (#30445) 2020-01-22 21:16:59 -08:00
test_mkldnn.py Upgrade MKL-DNN to DNNL v1.2 (#32422) 2020-03-26 22:07:59 -07:00
test_multiprocessing_spawn.py Move pytorch distributed tests to separate folder for contbuild. (#30445) 2020-01-22 21:16:59 -08:00
test_multiprocessing.py Better handing of Autograd+Fork errors. (#33885) 2020-02-27 16:07:29 -08:00
test_namedtensor.py Adds true_divide function, analogous to Python 's, JAX's, NumPy's (true) division (#34236) 2020-03-09 21:06:33 -07:00
test_namedtuple_return_api.py Added cummin 2020-01-17 10:51:58 -08:00
test_nn.py (Fixes #33934) Fix AttributeError for nn.Module's properties (#34324) 2020-03-26 07:43:21 -07:00
test_numba_integration.py Move pytorch distributed tests to separate folder for contbuild. (#30445) 2020-01-22 21:16:59 -08:00
test_optim.py Turn on exact_dtype by default on test_optim.py (#34825) 2020-03-17 14:41:13 -07:00
test_overrides.py Add types argument to __torch_function__ (#34303) 2020-03-17 13:32:00 -07:00
test_qat.py Move pytorch distributed tests to separate folder for contbuild. (#30445) 2020-01-22 21:16:59 -08:00
test_quantization.py [quant][graph] Add a new observer type for dynamic quantization (#35455) 2020-03-26 17:38:21 -07:00
test_quantize_script.py [quant][graph] Update dynamic quant tests to use new qconfig (#35451) 2020-03-26 17:39:49 -07:00
test_quantized_models.py Move pytorch distributed tests to separate folder for contbuild. (#30445) 2020-01-22 21:16:59 -08:00
test_quantized_nn_mods.py Add the quantized batch_norm3d and also batch_norm3d fused with relu operators (#34702) 2020-03-13 20:30:28 -07:00
test_quantized_tensor.py [quant][graph] Add _choose_qparams function for graph mode (#35235) 2020-03-25 10:33:21 -07:00
test_quantized.py Skip slow quanitized tests under ASAN (#35533) 2020-03-27 10:55:14 -07:00
test_serialization.py Avoid problematic pickle usages on Python 3.8.0 and 3.8.1 (#33824) 2020-02-26 21:15:38 -08:00
test_sparse.py Extends true_divide to be a method (#34794) 2020-03-23 23:12:23 -07:00
test_tensorboard.py Move pytorch distributed tests to separate folder for contbuild. (#30445) 2020-01-22 21:16:59 -08:00
test_tensorexpr.py Expose enablement of TensorExpr fuser as env variable (#35341) 2020-03-26 14:31:57 -07:00
test_throughput_benchmark.py Move pytorch distributed tests to separate folder for contbuild. (#30445) 2020-01-22 21:16:59 -08:00
test_torch.py torch.from_numpy for complex dtypes (#35531) 2020-03-27 14:40:28 -07:00
test_type_hints.py Support for Tensor Shape Type Hint (#34595) 2020-03-13 15:16:24 -07:00
test_type_info.py Move pytorch distributed tests to separate folder for contbuild. (#30445) 2020-01-22 21:16:59 -08:00
test_type_promotion.py copy_ fixed on cuda so removing the workaround in test_many_promotions (#35528) 2020-03-27 09:39:46 -07:00
test_utils.py Add retry decorator and use it for Hub tests. (#34829) 2020-03-16 20:19:45 -07:00
test_xnnpack_integration.py Changes to transition to generic API for ops with weight prepacking (#35010) 2020-03-22 08:31:53 -07:00