Calculate forward propagation. Args: input (Tensor): Predicted signal (B, #channels, #samples). target (Tensor): Groundtruth signal (B, #channels, #samples). Returns: Tensor: Filtered signal.
(self, input, target)
source not stored for this graph (policy: none)
nothing calls this directly
no outgoing calls
no test coverage detected