Functions

MindStudio allows you to develop applications based on the Ascend Computing Language (AscendCL) or MindX SDK.

  • The MindX SDK is designed to simplify the development process of inference services for the Ascend AI Processor and lower the threshold for using the Ascend AI Processor. It adopts the modular design concept. Each functional unit in the service process is encapsulated into an independent plugin. Services can be quickly constructed by connecting plugins.
  • AscendCL provides a C language API library for you to develop deep neural network applications on the Ascend CANN platform to implement deep learning inference, image preprocessing, and single-operator accelerated computing.