Skip to content

Commit

Permalink
Update change log
Browse files Browse the repository at this point in the history
  • Loading branch information
robertknight committed Jan 23, 2024
1 parent 178ccdf commit a5b0387
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,16 @@ API changes as a result:
`tensor.slice::<M, _>(range)` where `M` is the rank of the result. To create
a view with a dynamic dimension count, use `tensor.slice_dyn(range)` instead.

## Other changes
## New features

- Implemented LayerNormalization operator
([#44](https://github.com/robertknight/rten/pull/44))
- Added "Depth Anything" monocular depth estimation example
([#44](https://github.com/robertknight/rten/pull/44))
- Added support for `align_corners` value for `coordinate_transformation_mode`
attr in Resize operator ([#44](https://github.com/robertknight/rten/pull/44)).

## Performance improvements

- Optimized index iteration for tensors (d3fd3c9)
- Optimized col2im transform used by ConvTranspose (fbc541b)
Expand Down

0 comments on commit a5b0387

Please sign in to comment.