Intel® Movidius™ Neural Compute SDK

View the Project on GitHub

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().