You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by jx...@apache.org on 2017/08/23 19:10:53 UTC

[incubator-mxnet] branch master updated: fixed minor typo (#7581)

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

jxie 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 3932931  fixed minor typo (#7581)
3932931 is described below

commit 393293115701b27694b8f9105f8c6360ebbbc557
Author: Stefan Henneking <st...@gmail.com>
AuthorDate: Wed Aug 23 12:10:50 2017 -0700

    fixed minor typo (#7581)
---
 src/operator/tensor/dot-inl.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/operator/tensor/dot-inl.h b/src/operator/tensor/dot-inl.h
index aaf242e..ecaf5f9 100644
--- a/src/operator/tensor/dot-inl.h
+++ b/src/operator/tensor/dot-inl.h
@@ -71,7 +71,7 @@ void DotForward_(const nnvm::NodeAttrs& attrs,
       << "dot only supports float32 and float64";
   MSHADOW_SGL_DBL_TYPE_SWITCH(outputs[0].type_flag_, DType, {
     if (inputs[0].ndim() == 1 && inputs[1].ndim() == 1) {
-      CHECK_NE(req[0], kAddTo) << "AddTo not yet suported";
+      CHECK_NE(req[0], kAddTo) << "AddTo not yet supported";
       Tensor<xpu, 1, DType> out = outputs[0].get<xpu, 1, DType>(s);
       VectorDot(out,
                 inputs[0].get<xpu, 1, DType>(s),

-- 
To stop receiving notification emails like this one, please contact
['"commits@mxnet.apache.org" <co...@mxnet.apache.org>'].