Optimize SoftmaxOp on CPU (#18635)
authorXiaomeng Yang <yangxm@fb.com>
Thu, 11 Apr 2019 01:45:57 +0000 (18:45 -0700)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Thu, 11 Apr 2019 01:52:15 +0000 (18:52 -0700)
commit821b5f138a987807032a2fd908fe10a5be5439d9
tree1a1a6c8cbf49939d166f949079a4d9efaf97a393
parent1abbee0f8e088d2c99481a05672f07947916fd75
Optimize SoftmaxOp on CPU (#18635)

Summary:
Pull Request resolved: https://github.com/pytorch/pytorch/pull/18635

Optimize SoftmaxOp on CPU

Reviewed By: houseroad

Differential Revision: D14689516

fbshipit-source-id: d2dcee2476d1a3a21f428e99bce9835f1d229d64
caffe2/operators/softmax_op.cc
caffe2/operators/softmax_op.h
caffe2/operators/softmax_shared.cc [deleted file]
caffe2/operators/softmax_shared.h [deleted file]
caffe2/operators/softmax_utils.cc [new file with mode: 0644]
caffe2/operators/softmax_utils.h [new file with mode: 0644]
caffe2/operators/softmax_with_loss_op.cc
caffe2/operators/spatial_softmax_with_loss_op.cc
modules/detectron/group_spatial_softmax_op.cc
modules/detectron/softmax_focal_loss_op.cc