stride_tricks.py 82 B

123
  1. from ._stride_tricks_impl import (
  2. __doc__, as_strided, sliding_window_view
  3. )