Skip to content

Commit

Permalink
Link to operator support tracking issue in README
Browse files Browse the repository at this point in the history
Add a link in response to #14 (comment).
  • Loading branch information
robertknight authored Oct 10, 2024
1 parent b56f459 commit dbb9a69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ planned for the future:
- Supports CPU inference only. There is currently no support for running models
on GPUs or other accelerators.
- Not all ONNX operators are currently supported. See `OperatorType` in
[src/schema.fbs](src/schema.fbs) for currently supported operators. For
[src/schema.fbs](src/schema.fbs) and [this issue](https://github.com/robertknight/rten/issues/14) for currently supported operators. For
implemented operators, some attributes or input shapes may not be supported.
- A limited set of data types are supported: float32 and int32 tensors. int64
and boolean tensors are converted to int32.
Expand Down

0 comments on commit dbb9a69

Please sign in to comment.