Base class for operators
Attributes : | name : string
shape : (int, int)
in_signal_shape : tuple of ints
out_signal_shape : tuple of ints
T : type(self)
|
---|---|
Parameters : | name : string
shape : (int, int)
in_signal_shape : tuple of integers, optional (default=None)
out_signal_shape : tuple of ints
|
Attributes
T | The transpose of the operator. |
in_signal_shape | The shape of the input signal for the operator. |
name | Name of operator. |
out_signal_shape | The shape of the output signal for the operator. |
shape | The shape of the operator. |