deeplay.shapes Module#

Functions#

add(a, b, /)

Same as a + b.

mul(a, b, /)

Same as a * b.

neg(a, /)

Same as -a.

pow(a, b, /)

Same as a ** b.

reverse_two_operation(op)

sub(a, b, /)

Same as a - b.

truediv(a, b, /)

Same as a / b.

two_operation(op)

unary_operation(op)

Classes#

Computed(func)

Variable([func])

Represents a variable integer value that can be operated on.