fields.components.FieldComponent.broadcast_to_buffer_repr_in_axes#
- FieldComponent.broadcast_to_buffer_repr_in_axes(axes: AxesInput, **kwargs) Any #
Return the NumPy-compatible buffer representation broadcasted to specified axes.
This reshapes the representation returned by as_buffer_repr() to match the given axes, enabling safe elementwise operations or broadcasting.