Skip to main content

Python class

RealizationState

RealizationStateโ€‹

class max.experimental.tensor.RealizationState(value, ctx)

source

Bases: object

State for an unrealized tensor.

See RealizationContext.

Parameters:

ctxโ€‹

ctx: RealizationContext

source

The realization context used to create this tensor. This context is responsible for realizing the tensor to a real value.

valueโ€‹

value: BufferValue | TensorValue

source

The symbolic value representing the computation backing this tensor.