Skip to content

Commit

Permalink
minor spelling tweaks (onnx#106)
Browse files Browse the repository at this point in the history
* minor spelling tweaks

* run gen_doc.py

* Regenerate docs/Operators.md
  • Loading branch information
brettkoonce authored and bddppq committed Oct 17, 2017
1 parent dd73529 commit 76b59e6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/IR.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ __Some notes on language in this and all related documents__:

1. The use of SHOULD, MUST, MAY and so on in this document is consistent with [RFC 2119](https://www.ietf.org/rfc/rfc2119.txt).

2. The use of 'list' shall denote an ordered collection of items, 'set' shall denote an unordered collection of unique elements, and 'bag' an unordered colletion of possibly non-unique elements.
2. The use of 'list' shall denote an ordered collection of items, 'set' shall denote an unordered collection of unique elements, and 'bag' an unordered collection of possibly non-unique elements.

Extensible computation graph model
----------------------------------
Expand Down Expand Up @@ -81,4 +81,4 @@ The following data types are supported by ONNX. Additional data types can be sup
|Other|__string__|Strings represent textual data. All strings are encoded using UTF-8.|
|Other|__bool__|Boolean value represent data with only two values, typically _true_ and _false_.|
|Other|__handle__|Handles are opaque types holding a 64-bit integer.|
|Collections|__sparse and dense tensor__|Tensors are a generalization of vectors and matrices; whereas vectors have one dimension, and matrices two, tensors can have any number of dimenstions, including zero. A zero-dimensional tensor is equivalent to a scalar.|
|Collections|__sparse and dense tensor__|Tensors are a generalization of vectors and matrices; whereas vectors have one dimension, and matrices two, tensors can have any number of dimensions, including zero. A zero-dimensional tensor is equivalent to a scalar.|
2 changes: 1 addition & 1 deletion docs/Overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ helps developers choose the right framework for their task, framework
authors to focus on innovative enhancements, and hardware vendors to
streamline optimizations.

ONNX is designed to be an open format. We welcome contributions from the community and encourge everyone to adopt ONNX in their ecosystem.
ONNX is designed to be an open format. We welcome contributions from the community and encourage everyone to adopt ONNX in their ecosystem.

0 comments on commit 76b59e6

Please sign in to comment.