Commit 5d7c0e32 by MaxXing Committed by Yizhi Liu

fixed some typos (#3112)

parent 1146b816
...@@ -155,7 +155,7 @@ folder specified while creating the runtime. ...@@ -155,7 +155,7 @@ folder specified while creating the runtime.
Sample Output 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.
:: ::
......
...@@ -38,7 +38,7 @@ namespace nnvm { ...@@ -38,7 +38,7 @@ namespace nnvm {
/*! \brief any type */ /*! \brief any type */
using dmlc::any; using dmlc::any;
/*! \brief array_veiw type */ /*! \brief array_view type */
using dmlc::array_view; using dmlc::array_view;
/*!\brief getter function of any type */ /*!\brief getter function of any type */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment