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 ncDeviceHwVersion_t

    Info Value
    Header mvnc.h
    Version 2.0
    See also struct ncDeviceHandle_t, ncDeviceOption_t, ncDeviceGetOption()

    Overview

    The ncDeviceHwVersion_t enumeration defines neural compute device hardware versions, which can be read with ncDeviceGetOption().

    Constant Description
    NC_MA2450 A neural compute device hardware version.
    NC_MA2480 A neural compute device hardware version.
    ©2019 Intel Corporation
    * Other names and brands may be claimed as the property of others.