fixed some typos (#3112)
authorMaxXing <x@MaxXSoft.net>
Sun, 28 Apr 2019 03:20:38 +0000 (11:20 +0800)
committerYizhi Liu <liuyizhi@apache.org>
Sun, 28 Apr 2019 03:20:38 +0000 (20:20 -0700)
docs/dev/debugger.rst
nnvm/include/nnvm/base.h

index 254a82def6b8a5615a6960b3bebcede3f5db000b..65f206f0cd5efb55f99a71ad53e6864b63c5951b 100644 (file)
@@ -155,7 +155,7 @@ folder specified while creating the runtime.
 Sample Output
 ***************************************
 
-The below is the output of running  ``tvm/nnvm/tutorials/from_onnnx.py`` with debugger.
+The below is the output of running  ``tvm/nnvm/tutorials/from_onnx.py`` with debugger.
 
 ::
 
index 43e0fb9b0c5929a8942114e90d485778575f9ea3..b6a1d0e54135f9dd2289df1e4b633037807415d4 100644 (file)
@@ -38,7 +38,7 @@ namespace nnvm {
 /*! \brief any type */
 using dmlc::any;
 
-/*! \brief array_veiw type  */
+/*! \brief array_view type  */
 using dmlc::array_view;
 
 /*!\brief getter function of any type */