ngraph.result¶
- ngraph.result(data: Union[_pyngraph.Node, int, float, numpy.ndarray], name: Optional[str] = None) _pyngraph.Node ¶
Return a node which represents an output of a graph (Function).
- Parameters
data – The tensor containing the input data
- Returns
Result node