神经计算棒-Movidius™ Neural Compute SDK Python API

2019独角兽企业重金招聘Python工程师标准>>> hot3.png

原文(英):https://movidius.github.io/ncsdk/py_api/

神经计算棒-Movidius™ Neural Compute SDK Python API_第1张图片

Movidius™ Neural Compute SDK Python API

The Intel® Movidius™ Neural Compute SDK comes with a Python3 Language API that enables applications that utilize hardware accelerated Deep Neural Networks via the Intel® Movidius™ Neural Compute Stick (Intel® Movidius™ NCS). The API is provided as a single Python script (mvncapi.py), which is placed on the development computer when the SDK is installed. Details of the Python API are provided below and within the documents linked from here.

Class Diagram

The Python class diagram follows. In this diagram, it is shown that the entire Python API is in the mvnc Python package. Within the mvnc package, there is one Python module, which is mvncapi. The mvncapi module is defined by the contents of the mvncapi.py file.

神经计算棒-Movidius™ Neural Compute SDK Python API_第2张图片

The details of the elements within the mvncapi module are provided in the lists that follow. These include module level enumerations, functions that are global to the module, and the classes defined in the module.

Enumerations

  • GlobalOption
  • DeviceOption
  • GraphOption
  • Status

Global Functions

  • EnumerateDevices
  • SetGlobalOption
  • GetGlobalOption

Classes

  • Device
  • Graph

转载于:https://my.oschina.net/u/2306127/blog/1595350

你可能感兴趣的:(神经计算棒-Movidius™ Neural Compute SDK Python API)