Skip to content

Latest commit

 

History

History
80 lines (62 loc) · 1.81 KB

File metadata and controls

80 lines (62 loc) · 1.81 KB

description: Gets the prensor value of the expressions.

s2t.calculate_prensors

View source on GitHub

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]

Args

`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.

Returns

a list of prensors.