GB0239

Graph-Break Type

Short name describing what triggered the graph break

Invalid use of pytree_flatten with nonstrict_trace-ed function

Context

Values or code snippet captured at the break point

Input={input_spec_vt}, offending type <{type_name}>.

Explanation

Explanation of why the graph break was triggered

Calling a nonstrict_trace-ed function where one of the inputs has been registered with a pytree_flatten that places an object of type <{type_name}> into the context.

Hints

Hints on how to resolve the graph break

Additional Information

Back to Registry