Skip to content

Commit

Permalink
[mir] Minor doc fix
Browse files Browse the repository at this point in the history
This removes trailing whitespace and adds a missing article.

ONE-DCO-1.0-Signed-off-by: Piotr Fusik <p.fusik@samsung.com>
  • Loading branch information
pfusik committed Oct 29, 2024
1 parent 00dc8a9 commit f9967a6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions compiler/mir/Readme.md
Original file line number Diff line number Diff line change
@@ -21,16 +21,16 @@ special attributes specific to different operation types.
Mir has a protobuf serializer/deserializer for shapes and tensors (see `mir.proto` schema).

For list of currently supported operations, see `mir/ops/operations.lst.h`.

### How to use
Can be included as a `CMake` target.

### TODO

* Expand serialization
* Add More to readme

### Dependencies

Mir depends on `adtitas` library, which provides the `small_vector` data type.
Mir depends on the `adtitas` library, which provides the `small_vector` data type.

0 comments on commit f9967a6

Please sign in to comment.