Skip to main content

Python class

GraphDebugConfig

GraphDebugConfig

class max.graph.GraphDebugConfig

source

Bases: object

Narrow view of max.engine.DebugConfig exposed through Graph.debug.

The attribute source_tracebacks lives on Graph.debug because it is consumed during graph construction, before an InferenceSession exists. All other debug options are available on InferenceSession.debug and share the same global state.

source_tracebacks

property source_tracebacks: bool

source

See max.engine.DebugConfig.source_tracebacks.