summaryrefslogtreecommitdiff
path: root/caffe2/operators/gather_op.cc
AgeCommit message (Expand)AuthorFilesLines
2018-12-04Implements Gather operator for arbitrary axis, sharing the code with BatchGat...Michael Antonov1-28/+51
2018-11-14Support exporting Gather and BatchGather to ONNX (#13987)Yinghai Lu1-1/+2
2018-11-10Allow Gather to handle empty data (#13781)Yan Shang1-5/+11
2018-08-29Windows raw string fix (#10998)Mingzhe Li1-1/+1
2018-07-27Split gather op for easier smaller code size (#9916)Jerry Zhang1-0/+119