summaryrefslogtreecommitdiff
path: root/torch/testing
AgeCommit message (Expand)AuthorFilesLines
2018-04-17Codemod to update our codebase to 0.4 standard (#6641)Tongzhou Wang1-2/+2
2018-04-12Separate cuda-ness from dtype. (#6470)gchanan1-5/+2
2018-04-03Reduce flakiness of math tests in test_torch.py (#6200)Sam Gross1-3/+64
2018-04-02Introduce torch.layout and split layout from dtypes. (#6145)gchanan1-7/+1
2018-03-09Add torch.empty, torch.full and new_ size Tensor factory methods. (#5668)gchanan1-0/+13
2018-02-07Add scalar module tests for common_nn. (#5095)gchanan1-1/+2
2018-01-31Properly fill in make_non_contiguous data for sizes that can't be mad… (#4951)gchanan1-1/+1
2018-01-22Add kwarg-only 'requires_grad' parameter to Variable factories. (#4748)gchanan1-2/+1
2018-01-19Various testing and utility improvements including torch.testing module. (#4726)gchanan1-0/+41