File tree 1 file changed +20
-0
lines changed
1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,24 @@ operations with safe code. See the rten-simd crate docs for more details.
15
15
16
16
### rten
17
17
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
+
18
36
- Fixed broken links to model files in ImageNet example (https://github.com/robertknight/rten/pull/603 )
19
37
20
38
- 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.
26
44
27
45
### rten-tensor
28
46
47
+ - Add ` Tensor::{slice_axis, slice_axis_mut} ` methods (https://github.com/robertknight/rten/pull/657 )
48
+
29
49
- Export ` AssumeInit ` utility trait (https://github.com/robertknight/rten/pull/598 )
30
50
31
51
- Add ` CowTensor ` and ` CowNdTensor ` alias for maybe-owned tensors (https://github.com/robertknight/rten/pull/568 )
You can’t perform that action at this time.
0 commit comments