summaryrefslogtreecommitdiff
path: root/caffe2/operators/gather_op.h
AgeCommit message (Expand)AuthorFilesLines
2019-02-04Tensor method rename size()->numel() - 1/3Jerry Zhang1-2/+2
2018-12-14Tensor method rename dims()->sizes() (#15246)Jerry Zhang1-1/+1
2018-12-04Implements Gather operator for arbitrary axis, sharing the code with BatchGat...Michael Antonov1-42/+164
2018-11-10Allow Gather to handle empty data (#13781)Yan Shang1-2/+8
2018-11-05Rename ndim() -> dim() - 3/6Jerry Zhang1-1/+1
2018-11-05Rename dim(i) -> size(i) - 1/2Jerry Zhang1-3/+3
2018-10-30Renaming meta() to dtype() - 2/2 (#13334)Jerry Zhang1-3/+3
2018-10-26Renaming size() to numel() - 2/6Jerry Zhang1-1/+1
2018-10-24Tensor dims() -> sizes() (caffe2/operators) - 2/5 (#13029)Jerry Zhang1-2/+2
2018-10-05Make caffe2::Tensor::dims() return an IntList instead of a const vector& (#12...Edward Yang1-1/+1
2018-08-28Fix bugs in handling of negative slice + gather indices (#10973)James Reed1-0/+3
2018-08-28Split IsEmptyOp (#10918)Jerry Zhang1-3/+3
2018-08-14Workaround for Cuda9.2 and GCC7 compilation errors (#10510)Mingzhe Li1-1/+1
2018-08-03IsType<TensorCPU> -> IsType<Tensor>(CPU) (#10135)Jerry Zhang1-1/+1
2018-07-27Split gather op for easier smaller code size (#9916)Jerry Zhang1-0/+59