Software Architecture of Qualcomm AI engine SDK

         Software Architecture of AI engine SDK




The Software architecture of Qualcomm Ai engine Direct API and its associated software stack , which facilitates the construction , optimization and execution of network models on the hardware accelerator cores. 

Key components of Software stack:-

1. Device:- Its virtual representation of the hardware where all the action happens. It helps  manages
and organize the hardware resources(like cores) needed to run your AI programs.

2. Backend:- Its the main hub that oversees everything and manages all the tools needed to run your AI programs effectively. It keeps tracks of all the operations you can do and make sure everything runs smoothly.

3. Context :- It can be visualize as where your AI program lives and breathes. It holds AI networks (the brain of AI model)and helps them to talk each other and share information.

4. Graph :- It is kind of blueprint of your AI program. It's like a map that shows how everything is connected and what each part does. Its made up of different parts(nodes) that perform specific tasks and connect together to make your program work.

5. Operation package registry:- It is like a library that holds all the tools you can use in your AI program. It's a big list of different things you can do . You can choose from the things that already available(built in operations) or bring your own tools(custom operations) to make our model work even better.

In simple terms , we can think of the device as the place where your AI model runs, backend as the manager  that keeps everything organized, the context as the environment where your AI model is present, the graph as the blueprint of the program and the operation package registry as the library of tools you can use to build your program. Together, they form the foundation for creating and running AI applications efficiently on device.

Comments

Popular posts from this blog

T02:- How to setup the Qualcomm Neural Processing SDK

T01:- Introduction to Ondevice AI

Integration Workflow of Ai engine sdk