From dbb9a692755a365bee237f39bfa066266fe37fe7 Mon Sep 17 00:00:00 2001 From: Robert Knight Date: Thu, 10 Oct 2024 08:48:15 +0100 Subject: [PATCH] Link to operator support tracking issue in README Add a link in response to https://github.com/robertknight/rten/issues/14#issuecomment-2403488729. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index de482a3e..e2963eeb 100644 --- a/README.md +++ b/README.md @@ -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.