本文へスキップ
SDK Version: 2.3.3

DXNN SDK

DXNN SDK is the core software stack of DX-AllSuite, providing everything you need to compile, deploy, and run AI models on DEEPX NPUs — from model optimization to real-time application integration.

Module Overview

ModuleRoleEnvironment
DX-COMCompiles .onnx.dxnn with quantizationHost PC (x86_64)
DX-RTRuns .dxnn on DEEPX NPU via C++/Python APIHost / Target Board
DX-STREAMGStreamer pipeline for real-time video AITarget Board
DX-APPReady-to-use inference application examplesHost / Target Board

Development Workflow

  1. Compile — Use DX-COM to convert your ONNX model into a .dxnn binary.
  2. Deploy — Transfer the .dxnn file to your target device.
  3. Run — Execute inference via DX-RT APIs or build a full pipeline with DX-STREAM.
  4. Integrate — Use DX-APP examples as a starting point for your custom application.