52 lines
1.6 KiB
Plaintext
52 lines
1.6 KiB
Plaintext
./
|
|
├── cache_scripts
|
|
├── logs
|
|
│ ├── env.txt
|
|
│ ├── STATS_EXCERPTS.txt
|
|
│ ├── TERMINAL_EXCERPTS.txt
|
|
│ ├── tinyml_kws_big_high_l21MB_d0.stderr.log
|
|
│ └── tinyml_kws_big_high_l21MB_d0.stdout.log
|
|
├── m5out
|
|
│ └── stats.txt
|
|
├── README.md
|
|
├── results
|
|
│ ├── fig_epi_across_workloads.png
|
|
│ ├── fig_tinyml_edp.png
|
|
│ ├── summary.csv
|
|
│ ├── summary_energy.csv
|
|
│ ├── tinyml_kws_big_high_l21MB_d0
|
|
│ │ └── stats.txt
|
|
│ └── tinyml_kws_big_high_l2512kB_d0
|
|
│ └── stats.txt
|
|
├── scripts
|
|
│ ├── build_gem5.sh
|
|
│ ├── bundle_logs.sh
|
|
│ ├── diff_table.py
|
|
│ ├── energy_post.py
|
|
│ ├── env.sh
|
|
│ ├── extract_csv.sh
|
|
│ ├── hetero_big_little.py
|
|
│ ├── hetero_big_little.py.bak
|
|
│ ├── plot_edp_tinyml.py
|
|
│ ├── plot_epi.py
|
|
│ ├── run_one.sh
|
|
│ ├── sweep.sh
|
|
│ └── tinyml_kws.sh
|
|
└── tree.log
|
|
|
|
8 directories, 27 files
|
|
../gem5-data/SmartEdgeAI
|
|
├── logs
|
|
│ ├── tinyml_kws_big_high_l21MB_d0.stderr.log
|
|
│ ├── tinyml_kws_big_high_l21MB_d0.stdout.log
|
|
│ ├── tinyml_kws_big_high_l2512kB_d0.stderr.log
|
|
│ └── tinyml_kws_big_high_l2512kB_d0.stdout.log
|
|
└── results
|
|
├── summary.csv
|
|
├── tinyml_kws_big_high_l21MB_d0
|
|
│ └── stats.txt
|
|
└── tinyml_kws_big_high_l2512kB_d0
|
|
└── stats.txt
|
|
|
|
5 directories, 7 files
|