Xilinx/brevitas

Update signature check

Giuseppe5 opened this issue · 0 comments

bound_arguments = signature(self.layer.forward).bind(*args, **kwargs)

Has to be done similarly to:

forward_to_check = module._old_forward if hasattr(