Skip to content

214492 - stm32mp257 tflite

Summary: Test completed with status: SUCCESS. Mean inference time: 10728 ms.

Model Details

  • model name : MobileNetV1.tflite

Logs Details

user.log
Run command : benchmark_model --graph=MobileNetV1.tflite  --enable_op_profiling=true --report_peak_memory_footprint=true  --profiling_output_csv_file=log.csv --op_profiling_output_mode=csv --external_delegate_path=/usr/lib/libvx_delegate.so.2 --num_runs 20
W [HandleLayoutInfer:332]Op 162: default layout inference pass. 
End of command : benchmark_model
error.log

Report Details

report.json
{
  "version": 0,
  "target_id": "stm32mp257-0002-0000",
  "version_tag": "",
  "date": "2026-07-21T22:10:13.",
  "target": "stm32mp257",
  "inference_engine": "tflite",
  "model_file_name": "MobileNetV1.tflite",
  "benchmark_type": "TYPE1",
  "nb_inference": 91,
  "ram_size": 3960655872,
  "ram_peak_usage": 2.0739288303409564,
  "flash_size": 4022501376,
  "flash_usage": 0.021535952856812646,
  "load_cpu": 36.42142857142857,
  "load_accelerator": null,
  "temperature": null,
  "ambiant_temperature": null,
  "power_consumption": 4.3618955,
  "energy_efficiency": null,
  "model_size": 866284,
  "nb_parameters_model": null,
  "GFLOPs": null,
  "inference_latency": {
    "mean": 10727.9,
    "std": 359.0,
    "min": 10309.0,
    "max": 12193.0,
    "troughput": null,
    "latency_per_layers": [
      {
        "layer_name": " [Identity]:31",
        "mean": 10727.9,
        "std": 0.0,
        "min": 10727.9,
        "max": 10727.9
      }
    ]
  },
  "preprocess_time": {
    "mean": null,
    "std": null,
    "min": null,
    "max": null
  },
  "postprocess_time": {
    "mean": null,
    "std": null,
    "min": null,
    "max": null
  },
  "accuracy": null
}