array_typing.jax
Functions:
-
is_array_like– -
is_jax–
Attributes:
-
ArrayLike– -
B– -
B33– -
B33Like– -
B34– -
B34Like– -
B43– -
B43Like– -
B44– -
B44Like– -
BLike– -
BMN– -
BMNLike– -
BN– -
BN3– -
BN3Like– -
BN4– -
BN4Like– -
BNLike– -
BNN– -
BNNLike– -
F– -
F33– -
F33Like– -
F34– -
F34Like– -
F43– -
F43Like– -
F44– -
F44Like– -
FLike– -
FMN– -
FMNLike– -
FN– -
FN3– -
FN3Like– -
FN4– -
FN4Like– -
FNLike– -
FNN– -
FNNLike– -
I– -
I33– -
I33Like– -
I34– -
I34Like– -
I43– -
I43Like– -
I44– -
I44Like– -
ILike– -
IMN– -
IMNLike– -
IN– -
IN3– -
IN3Like– -
IN4– -
IN4Like– -
INLike– -
INN– -
INNLike–
ArrayLike
module-attribute
ArrayLike = ArrayLike
B
module-attribute
B = Bool[Array, '']
B33
module-attribute
B33 = Bool[Array, '3 3']
B34
module-attribute
B34 = Bool[Array, '3 4']
B43
module-attribute
B43 = Bool[Array, '4 3']
B44
module-attribute
B44 = Bool[Array, '4 4']
BMN
module-attribute
BMN = Bool[Array, 'M N']
BN
module-attribute
BN = Bool[Array, 'N']
BN3
module-attribute
BN3 = Bool[Array, 'N 3']
BN4
module-attribute
BN4 = Bool[Array, 'N 4']
BNN
module-attribute
BNN = Bool[Array, 'N N']
F
module-attribute
F = Float[Array, '']
F33
module-attribute
F33 = Float[Array, '3 3']
F34
module-attribute
F34 = Float[Array, '3 4']
F43
module-attribute
F43 = Float[Array, '4 3']
F44
module-attribute
F44 = Float[Array, '4 4']
FMN
module-attribute
FMN = Float[Array, 'M N']
FN
module-attribute
FN = Float[Array, 'N']
FN3
module-attribute
FN3 = Float[Array, 'N 3']
FN4
module-attribute
FN4 = Float[Array, 'N 4']
FNN
module-attribute
FNN = Float[Array, 'N N']
I
module-attribute
I = Integer[Array, '']
I33
module-attribute
I33 = Integer[Array, '3 3']
I34
module-attribute
I34 = Integer[Array, '3 4']
I43
module-attribute
I43 = Integer[Array, '4 3']
I44
module-attribute
I44 = Integer[Array, '4 4']
IMN
module-attribute
IMN = Integer[Array, 'M N']
IN
module-attribute
IN = Integer[Array, 'N']
IN3
module-attribute
IN3 = Integer[Array, 'N 3']
IN4
module-attribute
IN4 = Integer[Array, 'N 4']
INN
module-attribute
INN = Integer[Array, 'N N']
is_array_like
Source code in src/array_typing/array_like/_utils.py
4 5 | |