summaryrefslogtreecommitdiff
path: root/caffe2/operators/filler_op.h
AgeCommit message (Expand)AuthorFilesLines
2019-01-18Support ConstantOfShape in Caffe2 ONNX Backend (#16108)Lu Fang1-9/+25
2018-11-30Tensor construction: combine Resize+mutable_data - 2/4 (#14205)Jerry Zhang1-2/+2
2018-11-17Back out "[reland][codemod][caffe2] Tensor construction: combine Resize+mutab...Jerry Zhang1-2/+2
2018-11-15Tensor construction: combine Resize+mutable_data - 2/4 (#13943)Jerry Zhang1-2/+2
2018-11-13Revert D13007266: [codemod][caffe2] Tensor construction: combine Resize+mutab...Junjie Bai1-2/+2
2018-11-13Tensor construction: combine Resize+mutable_data - 2/4 (#13852)Jerry Zhang1-2/+2
2018-11-05Rename ndim() -> dim() - 3/6Jerry Zhang1-5/+5
2018-11-05Rename dim(i) -> size(i) - 1/2Jerry Zhang1-2/+2
2018-10-26Renaming size() to numel() - 2/6Jerry Zhang1-15/+15
2018-10-24Tensor dims() -> sizes() (caffe2/operators) - 2/5 (#13029)Jerry Zhang1-4/+4
2018-10-05Make caffe2::Tensor::dims() return an IntList instead of a const vector& (#12...Edward Yang1-1/+1
2018-09-22Remove many caffe2::TIndex and replace them with int64_t (#11943)Christian Puhrsch1-12/+12
2018-08-14Workaround for Cuda9.2 and GCC7 compilation errors (#10510)Mingzhe Li1-26/+26
2018-07-27Remove template parameter from Tensor (#9939)Jerry Zhang1-19/+19
2018-07-26Revert D8121878: Remove template parameter from TensorJerry Zhang1-19/+19
2018-07-26Remove template parameter from Tensor (#13)Jerry Zhang1-19/+19
2018-06-13Update from facebook (#8384)sf-wind1-4/+4
2018-03-27Remove Apache headers from source.Orion Reblitz-Richardson1-16/+0
2017-10-19Fixes type inference for Slice and GivenTensor*Fill operatorsHassan Eslami1-1/+2
2017-09-28Re-license to ApacheYangqing Jia1-0/+16
2017-08-16Caffe2: diagonal fill opKevin Wilfong1-0/+101
2017-05-30Make fills work with input_shape when run in CUDAContextAapo Kyrola1-1/+3
2017-04-19Allow UniformIntFill to produce empty tensorKittipat Virochsiri1-1/+7
2017-04-18Allow UniformFill/UniformIntFill to take parameters from input blobsKittipat Virochsiri1-3/+22
2017-03-10add exception for empty shape paramAapo Kyrola1-0/+4
2017-02-25Provide ability to specify more types for ConstantFillOpAndrey Malevich1-2/+29
2017-02-15UniqueUniformFillOpKittipat Virochsiri1-0/+69
2017-02-13GivenTensorFill breakupAndrew Tulloch1-29/+28
2017-01-03Fix MSRAFill opPriya Goyal1-4/+4
2016-12-15fix empty tensor handling in some operationsMartin Raison1-10/+10
2016-12-15input_as_shape option for Filler opsMartin Raison1-4/+24
2016-11-29position weighted embeddingWenlin Chen1-0/+32
2016-10-11fbsync: mostly lint changes, added mkl filesYangqing Jia1-20/+33
2016-10-07fbsyncYangqing Jia1-2/+2
2016-09-06chunky syncYangqing Jia1-10/+12
2016-08-10syncYangqing Jia1-7/+50
2016-08-01chunky sync againYangqing Jia1-27/+17
2016-07-21chunky sync - build scripts to be writtenYangqing Jia1-19/+26
2016-05-13chunky syncYangqing Jia1-12/+32
2016-01-05some fill ops that are not tested.Yangqing Jia1-3/+4
2015-11-10Some naming changes.Yangqing Jia1-7/+7
2015-10-11A consolidation of a couple random weekend work.Yangqing Jia1-52/+52
2015-08-06bugfix for dropout and fillerYangqing Jia1-2/+3
2015-07-29Some utility function changesYangqing Jia1-1/+0
2015-07-27change arg order of Copy/Memcpy to follow inputs-then-outputs conventionJeff Donahue1-2/+2
2015-06-25A clean init for Caffe2, removing my earlier hackyYangqing Jia1-0/+185