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