ngraph.utils.decorators.as_nodes

ngraph.utils.decorators.as_nodes(*input_values: Union[_pyngraph.Node, int, float, numpy.ndarray]) → List[_pyngraph.Node]

Return input values as nodes. Scalars will be converted to Constant nodes.