summaryrefslogtreecommitdiff
path: root/caffe2/operators/utility_ops.cc
AgeCommit message (Expand)AuthorFilesLines
2018-10-29Remove calls to CopyFrom that can be sync (#13205)Dmytro Dzhulgakov1-1/+1
2018-10-26Renaming size() to numel() - 4/6Jerry Zhang1-3/+3
2018-10-22Remove unsafecoalesce op (#12897)Yangqing Jia1-28/+0
2018-09-12Split out copy_op from utility_ops (#11470)Eli Amesefe1-191/+0
2018-09-05Add cost inference to ConvGradient and WeightedSum operators (#10744)Martin Schatz1-0/+27
2018-08-29Windows raw string fix (#10998)Mingzhe Li1-6/+6
2018-08-28Split IsEmptyOp (#10918)Jerry Zhang1-67/+0
2018-08-16Disallow input filler for GatherRangesOp (#10592)Summer Deng1-0/+1
2018-08-15Move filler interface to operator schema (#10522)James Sun1-0/+3
2018-07-27Split gather op for easier smaller code size (#9916)Jerry Zhang1-111/+0
2018-07-27Remove template parameter from Tensor (#9939)Jerry Zhang1-1/+1
2018-07-26Revert D8121878: Remove template parameter from TensorJerry Zhang1-1/+1
2018-07-26Remove template parameter from Tensor (#13)Jerry Zhang1-1/+1
2018-07-11Fix Eigen issue on OS X with CUDA and nvcc compile (#9350)Orion Reblitz-Richardson1-1/+1
2018-07-10Revert D8768025: [pytorch][PR] Fix Eigen issue on OS X with CUDA and nvcc com...Mike Kelley1-1/+1
2018-07-10Fix Eigen issue on OS X with CUDA and nvcc compile (#9270)Orion Reblitz-Richardson1-1/+1
2018-06-26Update from Facebook (#8887)Orion Reblitz-Richardson1-0/+16
2018-06-15Update operator documentation with markdown descriptions and interfaces (#8085)Matthew Inkawhich1-7/+63
2018-05-29Updates to caffe2 operator documentation (#7917)Nathan Inkawhich1-58/+452
2018-05-29Update from facebook (#7855)Sebastian Meßmer1-0/+7
2018-05-10Update from facebook (#7451)Paul Jesse Hellemn1-24/+1
2018-04-30Add missing PrintOp arguments doc (#7084)daquexian1-0/+7
2018-04-10[Caffe2] Changes done inside Facebook (#6378)Yinghai Lu1-81/+0
2018-03-27Remove Apache headers from source.Orion Reblitz-Richardson1-16/+0
2018-03-12Update caffe2 from facebook 4f527ef46abf (#2234)sf-wind1-1/+15
2018-02-26Back out "[codemod] - comment out unused parameters"Orion Reblitz-Richardson1-1/+1
2018-02-26[codemod] - comment out unused parametersOrion Reblitz-Richardson1-1/+1
2018-02-02Cleanup operator docs for catalog generation.Orion Reblitz-Richardson1-11/+7
2017-12-28Extract some utility operators to their own source files to reduce build size.Jon Morton1-174/+0
2017-12-20Add Min and MinGradient Op in Caffe2Lu Fang1-1/+48
2017-10-26Add gradient op for WeightedSum opJiyan Yang1-3/+35
2017-10-13Enable Flatten operator to take an arbitrary axis arguemntJunjie Bai1-14/+24
2017-09-28Re-license to ApacheYangqing Jia1-0/+16
2017-09-28Move expand_dims operators to a expand_dims_op.h/ccAndrey Malevich1-104/+0
2017-09-23minor spelling tweaksBrett Koonce1-2/+2
2017-09-06TensorInferenceFunction for UniqueKittipat Virochsiri1-1/+28
2017-09-06Add type inference for EnsureDense and Normalize operatorYan Shang1-0/+1
2017-08-31Remove redundant tensor inference functionKittipat Virochsiri1-16/+2
2017-08-30Move SliceOp outisde of utility_ops.hAndrey Malevich1-92/+0
2017-08-29slice op shape inferenceAapo Kyrola1-0/+35
2017-08-25shape inference for ReduceFront/Back/Sum/Mean, Gather and DropoutAapo Kyrola1-0/+15
2017-08-23Tensor inference function for GatherKittipat Virochsiri1-18/+30
2017-08-23Improve float16 supportDevesh Agrawal1-1/+1
2017-08-23move ShapeOp out from utility_opsYanghan Wang1-14/+0
2017-08-18Adding a range operator similar to np.arangeEider Moore1-0/+36
2017-07-31shape inference for SqueezeAapo Kyrola1-1/+19
2017-07-24Add linter for enforcing caffe operator documentationHenry Lu1-4/+2
2017-07-21comment out unused parametersVictor Gao1-26/+26
2017-07-17Rename def() to debug_def()Junjie Bai1-3/+3
2017-07-17added TensorInferenceFunction for ExpandDims operator; deleted Reshape layer.Tao Wu1-0/+38