Python class
RealizationState
RealizationStateโ
class max.experimental.tensor.RealizationState(value, ctx)
Bases: object
State for an unrealized tensor.
See RealizationContext.
-
Parameters:
-
- value (BufferValue | TensorValue)
- ctx (RealizationContext)
ctxโ
ctx: RealizationContext
The realization context used to create this tensor. This context is responsible for realizing the tensor to a real value.
valueโ
value: BufferValue | TensorValue
The symbolic value representing the computation backing this tensor.
Was this page helpful?
Thank you! We'll create more content like this.
Thank you for helping us improve!