Version 0.25.0
New Features
- added
flatten()
with additionalstart
andend
parameters - added boolean tensor indexing, i.e.
tensor[boolean_mask]
- other improvements and bug fixes
flatten()
with additional start
and end
parameterstensor[boolean_mask]