summaryrefslogtreecommitdiff
path: root/caffe2/operators/softmax_op.cc
AgeCommit message (Expand)AuthorFilesLines
2019-01-18Fix SoftmaxOps (#16049)Jerry Zhang1-20/+29
2019-01-11Tensor reinitialization codemod - 4/5 (#15967)Jerry Zhang1-15/+20
2018-12-13Tensor construction codemod(ResizeLike) - 6/7 (#15137)Jerry Zhang1-4/+4
2018-11-16Revert D10439558: Add cost for non-linear opsJunjie Bai1-25/+0
2018-11-16Add cost for non-linear ops (#13327)Haixin Liu1-0/+25
2018-10-26Renaming size() to numel() - 4/6Jerry Zhang1-8/+7
2018-10-24Use REGISTER_CPU_GRADIENT_OPERATOR for many operators (#12616)David Reiss1-2/+4
2018-10-16Simplify InheritOnnxSchema registration (#12696)Yinghai Lu1-1/+1
2018-07-27Remove template parameter from Tensor (#9939)Jerry Zhang1-2/+2
2018-07-26Revert D8121878: Remove template parameter from TensorJerry Zhang1-2/+2
2018-07-26Remove template parameter from Tensor (#13)Jerry Zhang1-2/+2
2018-07-01fix expty batch for softmax (#9075)Yan Zhu1-21/+29
2018-06-15Update operator documentation with markdown descriptions and interfaces (#8085)Matthew Inkawhich1-23/+67
2018-03-27Remove Apache headers from source.Orion Reblitz-Richardson1-16/+0
2018-03-22Add InheritOnnxSchema property to c2 op schema (#2366)Yinghai Lu1-1/+2
2017-09-28Re-license to ApacheYangqing Jia1-0/+16
2017-08-01Update SoftmaxOp documentation: input not necessarily 2-DSi Chen1-1/+18
2017-07-24Add linter for enforcing caffe operator documentationHenry Lu1-2/+0
2017-07-17Revert D5348078: Add linter for enforcing caffe operator documentationAapo Kyrola1-0/+2
2017-07-17Add linter for enforcing caffe operator documentationHenry Lu1-2/+0
2017-04-18fix softmax ops dimension, add explicit rowmax buffer for simplicityAapo Kyrola1-1/+4
2017-04-17Logitzy SoftmaxWithLossAapo Kyrola1-1/+10
2017-02-02Shape and Type Inference Part1Aapo Kyrola1-0/+1
2016-11-15fbsync. TODO: check if build files need update.Yangqing Jia1-32/+10
2016-08-10syncYangqing Jia1-5/+5
2016-07-21chunky sync - build scripts to be writtenYangqing Jia1-11/+23
2016-05-13chunky syncYangqing Jia1-27/+32
2016-01-19misc: experimental cuda elementwise rtc, softmax fp16Yangqing Jia1-1/+2
2015-12-04misc changes to reduce binary size.Yangqing Jia1-1/+1
2015-11-10Code sugar for simpler gradient definition.Yangqing Jia1-6/+4
2015-11-07A collection of changes:Yangqing Jia1-2/+17
2015-10-21A few changes:Yangqing Jia1-10/+5
2015-10-11A consolidation of a couple random weekend work.Yangqing Jia1-22/+22
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/+95