- NCSDK Python API 2.x
- Overview
- Enumerations
- Structures
- Global Functions
- Classes
class FifoState(enum.Enum)
Info | Value |
---|---|
Package | mvnc |
Module | mvncapi |
Version | 2.0 |
See also | Fifo, FifoOption, Fifo.get_option() |
FifoState is an enumeration that defines Fifo states, which can be read with Fifo.get_option().
Enumeration Member | Description |
---|---|
CREATED | The Fifo has been created but has not been allocated for a device. |
ALLOCATED | The Fifo has been created and allocated for a device with Fifo.allocate() or Graph.allocate_with_fifos(). |