mirror of
https://github.com/Ladebeze66/ragflow_preprocess.git
synced 2026-02-04 13:40:26 +01:00
5 lines
124 B
Python
5 lines
124 B
Python
from numpy.lib._stride_tricks_impl import (
|
|
as_strided as as_strided,
|
|
sliding_window_view as sliding_window_view,
|
|
)
|