Intel® Movidius™ Neural Compute SDK

View the Project on GitHub

enum ncFifoState_t

Info Value
Header mvnc.h
Version 2.0
See also ncFifoGetOption(), ncFifoSetOption(), struct ncFifoHandle_t

Overview

The ncFifoState_t enumeration defines states of a FIFO and associated ncFifoHandle_t struct, which can be read with ncFifoGetOption()

Constant Description
NC_FIFO_CREATED The ncFifoHandle_t struct has been initialized with ncFifoCreate() but the FIFO has not been allocated for a device.
NC_FIFO_ALLOCATED The FIFO handle has been initialized, and the FIFO has been allocated for a device with ncFifoAllocate() or ncGraphAllocateWithFifos().