ngraph.opset6.ops.make_constant_node

ngraph.opset6.ops.make_constant_node(value: Union[int, float, numpy.ndarray], dtype: Union[type, numpy.dtype] = None) → _pyngraph.op.Constant

Return an ngraph Constant node with the specified value.