def call()

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


    def call(self, _input: Union[tf.Tensor, Dict[str, tf.Tensor]]) -> Union[tf.Tensor, Dict[str, tf.Tensor]]:
        return self.model(_input)