| Server IP : 217.160.0.135 / Your IP : 216.73.217.25 Web Server : Apache System : Linux www 6.18.52-i1-ampere #1203 SMP Mon Sep 14 18:29:59 CEST 2026 aarch64 User : sws1074145052 ( 1074145052) PHP Version : 8.3.32 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /lib/python3/dist-packages/numpy/lib/__pycache__/ |
Upload File : |
�
���c�E � �H � d Z ddlZddlmZ ddlmZmZ g d�Z G d� d� � Z d� Z
dd�Zdddd�d
�Z ee� � dd d d�d�� � Z
d� Zdd�Z eed�� � dd�� � Zd� Z ed� � d� � � Zdd�d�Z eed�� � d d�d�� � ZdS )z�
Utilities that manipulate strides to achieve desirable effects.
An explanation of strides can be found in the "ndarray.rst" file in the
NumPy reference guide.
� N)�normalize_axis_tuple)�array_function_dispatch�
set_module)�broadcast_to�broadcast_arrays�broadcast_shapesc � � e Zd ZdZdd�ZdS )�
DummyArrayz�Dummy object that just exists to hang __array_interface__ dictionaries
and possibly keep alive a reference to a base array.
Nc �"