ngraph.opset5.ops.as_nodes

ngraph.opset5.ops.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.