{ } Raw JSON

bundles / scipy latest / scipy / _lib / array_api_extra / _lib / _utils / _helpers / eager_shape

function

scipy._lib.array_api_extra._lib._utils._helpers:eager_shape

source: /scipy/_lib/array_api_extra/_lib/_utils/_helpers.py :253

Signature

def   eager_shape ( x : Array / axis : int | None = None )  →  tuple[int, ...]

Summary

Return shape of an array. Raise if shape is not fully defined.

Parameters

x : Array

Input array.

axis : int, optional

If provided, only returns the tuple (shape[axis],).

Returns

: tuple[int, ...]

Shape of the array.

Aliases

  • scipy.differentiate.xpx._delegation.eager_shape