summaryrefslogtreecommitdiff
path: root/caffe2/operators/minmax_ops.cc
AgeCommit message (Expand)AuthorFilesLines
2019-02-07Separate elementwise level2 math functions (#16753)Xiaomeng Yang1-32/+1
2018-10-26Renaming size() to numel() - 3/6Jerry Zhang1-2/+2
2018-10-16Simplify InheritOnnxSchema registration (#12696)Yinghai Lu1-8/+20
2018-07-11Fix Eigen issue on OS X with CUDA and nvcc compile (#9350)Orion Reblitz-Richardson1-0/+1
2018-07-10Revert D8768025: [pytorch][PR] Fix Eigen issue on OS X with CUDA and nvcc com...Mike Kelley1-1/+0
2018-07-10Fix Eigen issue on OS X with CUDA and nvcc compile (#9270)Orion Reblitz-Richardson1-0/+1
2018-06-15Update operator documentation with markdown descriptions and interfaces (#8085)Matthew Inkawhich1-12/+119
2018-03-27Remove Apache headers from source.Orion Reblitz-Richardson1-16/+0
2018-03-22Add InheritOnnxSchema property to c2 op schema (#2366)Yinghai Lu1-2/+4
2018-02-02Cleanup operator docs for catalog generation.Orion Reblitz-Richardson1-5/+5
2017-12-28Extract some utility operators to their own source files to reduce build size.Jon Morton1-0/+82