class GraphState(enum.Enum)
Info | Value |
---|---|
Package | mvnc |
Module | mvncapi |
Version | 2.0 |
See also | Graph, GraphOption, Graph.get_option() |
GraphState is an enumeration that defines states of a Graph, which can be read with Graph.get_option().
Enumeration Member | Description |
---|---|
CREATED | The Graph has been created but has not been allocated for a device. |
ALLOCATED | The Graph has been created and allocated for a device with Graph.allocate() or Graph.allocate_with_fifos(). |
WAITING_FOR_BUFFERS | The Graph is waiting for input. |
RUNNING | The Graph is currently running an inference. |