Kneron

Profiling & Tools

NeuWare Studio

K-Scope: Visual Profiler

Stop guessing why your model is slow.

K-Scope visualizes the execution of your model on the NPU, layer by layer. Identify memory bottlenecks, compute stalls, and USB transfer latency instantly.

Learn More
K-Scope Screenshot
K-Surgeon Screenshot
Open Source

K-Surgeon: Model Editor

Fix unsupported layers visually.

Based on the popular Netron viewer, K-Surgeon highlights unsupported operators in red and offers automated remediation strategies (CPU fallback, approximation, or decomposition).

Learn More
VS Code Extension

K-Code: IDE Integration

Develop without leaving your editor.

K-Code brings the Kneron toolchain directly into VS Code. Features include project scaffolding, one-click compilation, and a live device manager for connected accelerators.

Learn More
K-Code Screenshot

Command Line Equivalents

TaskVisual ToolCLI CommandGuide
Profile ModelK-Scope kneron profile --model x.nef Profiling Guide
Inspect GraphK-Surgeon kneron inspect --model x.onnx Inspection Guide
Compile ModelNeuWare Studio kneron build ... Compilation Guide