Skip to content

Commit

Permalink
Update overview.md (dmlc#103)
Browse files Browse the repository at this point in the history
misstype fix
  • Loading branch information
urandon authored and tqchen committed Jan 31, 2017
1 parent a506679 commit d06a3fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
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
moved in in the future.
moved in the future.

## Operator Attribute for More Extensions

Expand Down

0 comments on commit d06a3fc

Please sign in to comment.