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