openvino.inference_engine.VariableState¶
-
class
openvino.inference_engine.
VariableState
¶ This class manages data for reset operations
-
__init__
()¶ Initialize self. See help(type(self)) for accurate signature.
Methods
__init__
()Initialize self.
reset
(self)Reset internal variable state for relevant infer request to a value specified as default for according ReadValue node
Attributes
A string representing a state name
Returns the value of the variable state.
-
name
¶ A string representing a state name
-
reset
(self)¶ Reset internal variable state for relevant infer request to a value specified as default for according ReadValue node
-
state
¶ Returns the value of the variable state.
-