GB0182

Graph-Break Type

Short name describing what triggered the graph break

failed to broadcast when attempting Tensor comparison op

Context

Values or code snippet captured at the break point

{op.name}({left}, {right})

Explanation

Explanation of why the graph break was triggered

Dynamo was unable to broad cast the arguments {left}, {right} when attempting to trace the comparison op {op.name}.

Hints

Hints on how to resolve the graph break

Additional Information

Back to Registry