Tools#

Neural Compiler

The Neural Compiler compiles neural network models into Dataflow Programs (DFP) to run on the MXA.

neural_compiler.html
Simulator

The Simulator provides a bit-accurate / approximately timed model for MXAs.

simulator.html
Benchmark

Benchmark can be used to easily perform inference on the connected MXA and get latency and FPS.

benchmark/benchmark.html
Viewer

The viewer provides a GUI interface to various SDK tools.

viewer.html
DFP Inspect

DFP inspect is an utility that parses the metadata from a given dfp file and prints it on the command line.

utilities/dfp_inspect.html