concepts.dsl.expression.cvt_expression_list#
- cvt_expression_list(arguments, dtypes=None)[source]#
Convert a list of expression compatible objects to a list of expressions.
- Parameters:
arguments (Sequence[Expression | Variable | str | ObjectConstant | bool | int | float | Tensor | ValueBase]) – the list of expression compatible objects.
dtypes (Sequence[ObjectType | ValueType] | None) – the list of expected data types of the expressions. If not given, the dtypes will be inferred from the given objects. It can be a single data type, in which case all the expressions will be converted to this data type.
- Returns:
the list of converted expressions.
- Return type: