GB0357

Graph-Break Type

Short name describing what triggered the graph break

UnspecializedNNModuleVariable wrapped around ScriptModules unsupported

Context

Values or code snippet captured at the break point

str(value)

Explanation

Explanation of why the graph break was triggered

ScriptModules aren’t supported in UnspecializedNNModuleVariable because their .forward function isn’t a static member of their type.

Hints

Hints on how to resolve the graph break

Additional Information

Click here to add Additional Info

Back to Registry