openvino.runtime.opset3.read_value#

openvino.runtime.opset3.read_value(init_value: Node | int | float | ndarray, variable_id: str, name: str | None = None) Node#

Return a node which produces the Assign operation.

Parameters:
  • init_value – Node producing a value to be returned instead of an unassigned variable.

  • variable_id – Id of a variable to be read.

  • name – Optional name for output node.

Returns:

ReadValue node