Search
Search Results
Search finished, found 14 page(s) matching the search query.
- numpy.lib.stride_tricks.as_strided
...e structure Lib module (numpy.lib) numpy.lib.stride_tricks numpy.lib.stride_tricks.as_strided...
- numpy.lib.stride_tricks.as_strided (Python function, in numpy.lib.stride_tricks.as_strided)
- NumPy 1.10.2 Release Notes
...arrays. gh-6553 BUG: Fix partition and argpartition error for empty input. gh-6556 BUG: Error in broadcast_arrays with as_strided array. gh-6558 MAINT: Minor update to “make upload” doc build command. gh-6562 BUG: Disable view safety check...
- NumPy 1.12.0 Release Notes
...ger. The same is true for the deprecated decorator. C API No changes. New Features Writeable keyword argument for as_strided np.lib.stride_tricks.as_strided now has a writeable keyword argument. It can be set to False when no write op...
- numpy.char.chararray.strides
...ay (ndarray). Warning Setting arr.strides is discouraged and may be deprecated in the future. numpy.lib.stride_tricks.as_strided should be preferred to create a new view of the same data in a safer way. See also numpy.lib.stride_tricks...
- numpy.lib.stride_tricks.as_strided
...e structure Lib module (numpy.lib) numpy.lib.stride_tricks numpy.lib.stride_tricks.as_strided...
- numpy.lib.stride_tricks.sliding_window_view
...ed is x.shape with every entry reduced by one less than the corresponding window size. See also lib.stride_tricks.as_stridedA lower-level and less safe routine for creating arbitrary views from custom shape and strides. broadcast_tob...
- numpy.ma.masked_array.strides
...ay (ndarray). Warning Setting arr.strides is discouraged and may be deprecated in the future. numpy.lib.stride_tricks.as_strided should be preferred to create a new view of the same data in a safer way. See also numpy.lib.stride_tricks...
- numpy.ma.MaskedArray.strides
...ay (ndarray). Warning Setting arr.strides is discouraged and may be deprecated in the future. numpy.lib.stride_tricks.as_strided should be preferred to create a new view of the same data in a safer way. See also numpy.lib.stride_tricks...
- numpy.matrix.strides
...ay (ndarray). Warning Setting arr.strides is discouraged and may be deprecated in the future. numpy.lib.stride_tricks.as_strided should be preferred to create a new view of the same data in a safer way. See also numpy.lib.stride_tricks...
- numpy.memmap.strides
...ay (ndarray). Warning Setting arr.strides is discouraged and may be deprecated in the future. numpy.lib.stride_tricks.as_strided should be preferred to create a new view of the same data in a safer way. See also numpy.lib.stride_tricks...
- numpy.ndarray.strides
...ay (ndarray). Warning Setting arr.strides is discouraged and may be deprecated in the future. numpy.lib.stride_tricks.as_strided should be preferred to create a new view of the same data in a safer way. See also numpy.lib.stride_tricks...
- numpy.recarray.strides
...ay (ndarray). Warning Setting arr.strides is discouraged and may be deprecated in the future. numpy.lib.stride_tricks.as_strided should be preferred to create a new view of the same data in a safer way. See also numpy.lib.stride_tricks...
- numpy.shares_memory
...umber, as it is possible to construct examples that take extremely long to run: >>> from numpy.lib.stride_tricks import as_strided >>> x = np.zeros([192163377], dtype=np.int8) >>> x1 = as_strided( ... x, strides=(36674, 61119, 85569), s...