eembc / energyrunner

The EEMBC EnergyRunner application framework for the MLPerf Tiny benchmark.
14 stars 5 forks source link

Decoding Session Bin files #31

Open nachtmann-iis opened 1 year ago

nachtmann-iis commented 1 year ago

I'd like to have the possibility to take a look at the raw data of a session contained in the *.bin files. Is there a python package to do so or at least some documentation for me to implement it myself?

petertorelli commented 1 year ago

Here's the undocumented format:

  1B       TRACE_VERSION_BYTE
  4B       Sample Rate (Float32LE)
  4B * n = Samples (Float32LE)