concepts.dsl.executors.tensor_value_executor.BoundedVariablesDict#

BoundedVariablesDict#

Internal representation of a bounded variable dictionary. It stores a nested two-layer dictionary, where the first layer stores the type of the object, and the second layer stores the name of the object. The value can be either a concepts.dsl.tensor_value.TensorValue or a StateObjectReference instance (representing the reference to a single object).

alias of Dict[str, Dict[str, StateObjectReference | slice | TensorValue]]