Skip to content

Commit 6fa4491

Browse files
committed
Update change log
1 parent 40cf34c commit 6fa4491

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

Diff for: CHANGELOG.md

+20
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,24 @@ operations with safe code. See the rten-simd crate docs for more details.
1515

1616
### rten
1717

18+
- Support `num_outputs` attribute in `Split` operator (https://github.com/robertknight/rten/pull/658)
19+
20+
- Support `Dropout` operator (inference mode only) (https://github.com/robertknight/rten/pull/652)
21+
22+
- Added option to use TorchDynamo ONNX export in `tools/export-timm-model.py`
23+
script (https://github.com/robertknight/rten/pull/651)
24+
25+
- Support `value_{float, floats, int, ints}` attributes in
26+
`Constant` operator (https://github.com/robertknight/rten/pull/649)
27+
28+
- Support `start` and `end` attributes for `Shape` operator (https://github.com/robertknight/rten/pull/648)
29+
30+
- Support `pytorch_half_pixel` value for `coordinate_transform_mode` in `Resize`
31+
operator (https://github.com/robertknight/rten/pull/647,
32+
https://github.com/robertknight/rten/pull/654)
33+
34+
- Support `CastLike` operator (https://github.com/robertknight/rten/pull/646)
35+
1836
- Fixed broken links to model files in ImageNet example (https://github.com/robertknight/rten/pull/603)
1937

2038
- Fixed broken `ArgMin` operator (https://github.com/robertknight/rten/pull/592)
@@ -26,6 +44,8 @@ operations with safe code. See the rten-simd crate docs for more details.
2644

2745
### rten-tensor
2846

47+
- Add `Tensor::{slice_axis, slice_axis_mut}` methods (https://github.com/robertknight/rten/pull/657)
48+
2949
- Export `AssumeInit` utility trait (https://github.com/robertknight/rten/pull/598)
3050

3151
- Add `CowTensor` and `CowNdTensor` alias for maybe-owned tensors (https://github.com/robertknight/rten/pull/568)

0 commit comments

Comments
 (0)