Commit 3280fe1f by Khomutov Nikita Committed by Tianqi Chen

Update overview.md (#103)

misstype fix
parent 5608bdf6
...@@ -76,7 +76,7 @@ z = nn.conv2d(nn.add(x, y), w, filter_size=(2,2), name='conv1') ...@@ -76,7 +76,7 @@ z = nn.conv2d(nn.add(x, y), w, filter_size=(2,2), name='conv1')
The graph structure can be accessed in the backend. Currently python interface is supported. The graph structure can be accessed in the backend. Currently python interface is supported.
But as NNVM follows the same C bridge API design as [MXNet](https://github.com/dmlc/mxnet), But as NNVM follows the same C bridge API design as [MXNet](https://github.com/dmlc/mxnet),
which support many languages such as R/Julia/Scala/C++, more language support can be easily which support many languages such as R/Julia/Scala/C++, more language support can be easily
moved in in the future. moved in the future.
## Operator Attribute for More Extensions ## Operator Attribute for More Extensions
......
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