def forward()

in optimum/exporters/executorch/integrations.py [0:0]


    def forward(self, input_ids, attention_mask):
        return self.model(input_ids, attention_mask)