concepts.dsl.executors.tensor_value_executor.compose_bvdict#

compose_bvdict(input_dict, state=None)[source]#

Compose a bounded variable dict from raw inputs.

Parameters:
Returns:

a dictionary mapping from strings (the typename) to a dictionary mapping from strings (the name of the variables) to values.

Return type:

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