Intel® Movidius™ Neural Compute SDK
  • GitHub
  • Blog
  • User Forum
  • NC App Zoo
    • NCSDK C API 2.x
    • Overview
    • Enumerations
      • ncDeviceHwVersion_t
      • ncDeviceOption_t
      • ncDeviceState_t
      • ncFifoDataType_t
      • ncFifoOption_t
      • ncFifoState_t
      • ncFifoType_t
      • ncGlobalOption_t
      • ncGraphOption_t
      • ncGraphState_t
      • ncLogLevel_t
      • ncStatus_t
    • Structures
      • ncDeviceHandle_t
      • ncFifoHandle_t
      • ncGraphHandle_t
      • ncTensorDescriptor_t
    • Global Functions
      • ncGlobalGetOption()
      • ncGlobalSetOption()
    • Device Functions
      • ncDeviceClose()
      • ncDeviceCreate()
      • ncDeviceDestroy()
      • ncDeviceGetOption()
      • ncDeviceOpen()
      • ncDeviceSetOption()
    • Fifo Functions
      • ncFifoAllocate()
      • ncFifoCreate()
      • ncFifoDestroy()
      • Fifo.ncFifoGetOption()
      • ncFifoReadElem()
      • ncFifoRemoveElem()
      • ncFifoSetOption()
      • ncFifoWriteElem()
    • Graph Functions
      • ncGraphAllocate()
      • ncGraphAllocateWithFifos()
      • ncGraphAllocateWithFifosEx()
      • ncGraphCreate()
      • ncGraphDestroy()
      • ncGraphGetOption()
      • ncGraphQueueInference()
      • ncGraphQueueInferenceWithFifoElem()
      • ncGraphSetOption()

    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().
    ©2019 Intel Corporation
    * Other names and brands may be claimed as the property of others.