description: Gets the prensor value of the expressions.
Gets the prensor value of the expressions.
s2t.calculate_prensors(
expressions: Sequence[s2t.Expression],
options: Optional[calculate_options.Options] = None,
feed_dict: Optional[Dict[expression.Expression, prensor.Prensor]] = None
) -> Sequence[s2t.Prensor]
|
|
`expressions`
|
expressions to calculate prensors for.
|
|
`options`
|
options for calculate(...).
|
|
`feed_dict`
|
a dictionary, mapping expression to prensor that will be used
as the initial expression in the expression graph.
|