Intel® Movidius™ Neural Compute SDK
  • GitHub
  • Blog
  • User Forum
  • NC App Zoo
    • NCSDK Python API 2.x
    • Overview
    • Enumerations
      • DeviceHwVersion
      • DeviceOption
      • DeviceState
      • FifoDataType
      • FifoOption
      • FifoState
      • FifoType
      • GlobalOption
      • GraphOption
      • GraphState
      • LogLevel
      • Status
    • Structures
      • TensorDescriptor
    • Global Functions
      • enumerate_devices()
      • global_get_option()
      • global_set_option()
    • Classes
      • Device
        • Overview
        • Device.close()
        • Device.destroy()
        • Device.get_option()
        • Device.open()
        • Device.set_option()
      • Fifo
        • Overview
        • Fifo.allocate()
        • Fifo.destroy()
        • Fifo.get_option()
        • Fifo.read_elem()
        • Fifo.remove_elem()
        • Fifo.set_option()
        • Fifo.write_elem()
      • Graph
        • Overview
        • Graph.allocate()
        • Graph.allocate_with_fifos()
        • Graph.destroy()
        • Graph.get_option()
        • Graph.queue_inference()
        • Graph.queue_inference_with_fifo_elem()
        • Graph.set_option()

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