Jun Tian
Jun Tian
The motivation was to avoid modifying some fields. Given that since `[email protected]`, we can mark `immutable` fields in a `mutable` struct with `const`, better to turn those into `mutable` not....
```julia julia> StackView([rand(3,4),rand(3,4)]) |> size (3, 4, 2) julia> StackView([rand(3),rand(3)]) |> size (3, 2) julia> StackView([3, 3]) |> size (2, 1) ``` Shouldn't the last one be of size `(2,)`?
See https://opentelemetry.io/docs/specs/otel/baggage/api/ I only use this feature very recently and find it very useful when interacting with some external services.
- [x] Initially raised as discussion #3291
See https://einops.rocks/api/rearrange/ It would be handy if we could support this operation here.
1. Note that I'm still using an old version (`v0.11.15`) of `slice_devices` method. (This means that it will return the devices from single `slice` instead of single `replica`) 2. The...
Current implementation of `slice_count` is not what the name indicates. Actually it returns the **replica** count along the `replica_axis_index`. This PR returns the actual slice count based on the global...
# Description Minor doc update.