enum ncGraphState_t
Overview
The ncGraphState_t enumeration defines states of a network graph and associated ncGraphHandle_t struct, which can be read with ncGraphGetOption().
Constant |
Description |
NC_GRAPH_CREATED |
The ncGraphHandle_t struct has been initialized with ncGraphCreate() but the graph has not been allocated for a device. |
NC_GRAPH_ALLOCATED |
The graph handle has been initialized, and the graph has been allocated for a device with ncGraphAllocate() or ncGraphAllocateWithFifos(). |
NC_GRAPH_WAITING_FOR_BUFFERS |
The graph is waiting for input. |
NC_GRAPH_RUNNING |
The graph is currently running an inference. |