This is an automated email from the ASF dual-hosted git repository.

zhasheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git


The following commit(s) were added to refs/heads/master by this push:
     new 45e8555  Some small typo fixes. (#9788)
45e8555 is described below

commit 45e85553219e07406f87a094f7aa41b30c611220
Author: Kellen Sunderland <kellen.sunderl...@gmail.com>
AuthorDate: Tue Feb 13 23:21:41 2018 +0100

    Some small typo fixes. (#9788)
    
    Some small typo fixes.
---
 src/operator/nn/softmax_activation-inl.h | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/operator/nn/softmax_activation-inl.h 
b/src/operator/nn/softmax_activation-inl.h
index 500bf51..2c40e41 100644
--- a/src/operator/nn/softmax_activation-inl.h
+++ b/src/operator/nn/softmax_activation-inl.h
@@ -39,7 +39,7 @@
 namespace mxnet {
 namespace op {
 // Declare enumeration of input order to make code more intuitive.
-// // These enums are only visible within this header
+// These enums are only visible within this header
 namespace softmax_activation {
 enum SoftmaxActivationOpInputs {kData};
 enum SoftmaxActivationOpOutputs {kOut};
@@ -138,7 +138,7 @@ class SoftmaxActivationOp : public Operator {
   SoftmaxActivationParam param_;
 };  // class SoftmaxActivationOp
 
-// Decalre Factory function, used for dispatch specialization
+// Declare Factory function, used for dispatch specialization
 template<typename xpu>
 Operator* CreateOp(SoftmaxActivationParam type);
 
@@ -175,7 +175,7 @@ class SoftmaxActivationProp : public OperatorProperty {
     return "SoftmaxActivation";
   }
 
-  // decalre dependency and inplace optimization options
+  // Declare dependency and inplace optimization options
   std::vector<int> DeclareBackwardDependency(
     const std::vector<int> &out_grad,
     const std::vector<int> &in_data,

-- 
To stop receiving notification emails like this one, please contact
zhash...@apache.org.

Reply via email to