summaryrefslogtreecommitdiff
path: root/test/test_indexing.py
AgeCommit message (Expand)AuthorFilesLines
2019-02-13Use IndexError instead of RuntimeError in ATen CPU kernelsStefan Krah1-18/+18
2019-01-31printing correct dimension while indexing (#16495)bhushan1-0/+9
2018-12-20allow numpy-like boolean-list indexing in pytorch (#14932)rory1-0/+13
2018-12-11Issue 14984: Remove divide by zero error in index_put_ (#14986)Josef Lindman Hörnlund1-0/+6
2018-11-30Changes based on @gchanan's review of #13420 (#14441)Sam Gross1-0/+6
2018-11-27Speed-up "advanced" indexing operations (#13420)Sam Gross1-5/+8
2018-10-17Rename test/common.py to test/common_utils.py (#12794)James Sun1-1/+1
2018-09-19Throw error on indexing a 0 dim tensor (#11679)David Riazati1-5/+7
2018-07-31Re-enable empty n-dimensional empty tensor and fix parallel CPU on empty tens...Gregory Chanan1-16/+5
2018-07-31Revert empty n-dim and ATen in C2 integration buildsGregory Chanan1-5/+16
2018-07-30Enable n-dimensional empty tensors. (#9947)Gregory Chanan1-16/+5
2018-07-09N-dimensional empty tensors: indexing, factories, reductions. (#9209)Gregory Chanan1-3/+33
2018-07-03Fix boolean indexing. (#8920)Gregory Chanan1-0/+30
2018-04-27torch.arange: add numpy-style type inference. (#7016)gchanan1-2/+2
2018-04-23Revert "Fix performance regression of simple indexing cases (#6793)" (#6886)Sam Gross1-26/+0
2018-04-19Fix performance regression of simple indexing cases (#6793)gchanan1-0/+26
2018-04-17Codemod to update our codebase to 0.4 standard (#6641)Tongzhou Wang1-2/+2
2018-04-10Clean-up test_indexing.py after Tensor/Variable merge (#6433)Sam Gross1-101/+84
2018-04-10Slice (instead of copy) when indexing by a zero-dim tensor (#6426)Sam Gross1-0/+5
2018-03-27Add numpy.array-like type inference to torch.tensor. (#5997)gchanan1-2/+2
2018-03-01Deprecate variable factory, use torch.tensor instead (#5476)gchanan1-16/+16
2018-02-27Remove WITH_SCALARS, as it's enabled by default now. (#5437)gchanan1-17/+8
2018-02-26Introduce torch.tensor (was torch.autograd.variable). (#5419)gchanan1-2/+2
2018-02-23Merge Variable and Tensor classes (#5225)Sam Gross1-2/+2
2018-02-12Allow and warn when indexing a zero-dim Variable (#5114)Sam Gross1-9/+27
2018-01-25Properly define 'true' in test. (#4859)gchanan1-0/+1
2018-01-25Various indexing fixes around scalars. (#4853)gchanan1-1/+104
2018-01-19Fix call to THPUtils_parseSlice (#4732)Sam Gross1-0/+10
2018-01-05Fix handling of empty indices in CUDA Tensor.put_ (#4486)Sam Gross1-0/+9
2017-11-28Fix indexing with all zero ByteTensors (#3926)Sam Gross1-1/+8
2017-11-21Implement indexing in ATen (#3725)Sam Gross1-0/+359