def __init__()

in realbook/layers/signal.py [0:0]


    def __init__(
        self,
        ref: float = 1.0,
        amin: float = 1e-10,
        top_db: float = 80.0,
        name: Optional[str] = None,
        dtype: tf.dtypes.DType = tf.float32,