GB6017

Graph-Break Type

Short name describing what triggered the graph break

executorch_call_delegate: first arg not supported

Context

Values or code snippet captured at the break point

args: {args}, kwargs: {kwargs}

Explanation

Explanation of why the graph break was triggered

executorch_call_delegate expects the first argument to be a nn.Module (got {args[0]})

Hints

Hints on how to resolve the graph break

No hints provided.

Additional Information

Click here to add Additional Info

Back to Registry