You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2018/12/13 01:20:48 UTC

[GitHub] vdantu closed pull request #13630: fixes gluon doc string

vdantu closed pull request #13630: fixes gluon doc string
URL: https://github.com/apache/incubator-mxnet/pull/13630
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/3rdparty/mkldnn b/3rdparty/mkldnn
index a7c5f53832a..9910b480296 160000
--- a/3rdparty/mkldnn
+++ b/3rdparty/mkldnn
@@ -1 +1 @@
-Subproject commit a7c5f53832acabade6e5086e72c960adedb3c38a
+Subproject commit 9910b480296a0d1496db466531e56729b3922bbf
diff --git a/python/mxnet/gluon/data/vision/transforms.py b/python/mxnet/gluon/data/vision/transforms.py
index 3523be4d054..602cdc5c015 100644
--- a/python/mxnet/gluon/data/vision/transforms.py
+++ b/python/mxnet/gluon/data/vision/transforms.py
@@ -82,10 +82,10 @@ class Cast(HybridBlock):
 
 
     Inputs:
-        - **data**: input tensor with arbitrary shape.
+        - **dtype**: input tensor with arbitrary type.
 
     Outputs:
-        - **out**: output tensor with the same shape as `data`.
+        - **out**: output tensor with the same type as `dtype`.
     """
     def __init__(self, dtype='float32'):
         super(Cast, self).__init__()


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services