Skip to content
Snippets Groups Projects
Commit 75c421e8 authored by Adel Ejjeh's avatar Adel Ejjeh
Browse files

Fixed Readme paths

parent 1ede71fd
No related branches found
No related tags found
No related merge requests found
......@@ -4,10 +4,10 @@ DNN Benchmarks
Directory Organization
----------------------
* ``dnn_benchmarks/keras`` contains these DNNs implemented in Keras,
* ``keras`` contains these DNNs implemented in Keras,
and code for generating them down to HPVM-C (testing Keras frontend).
* ``dnn_benchmarks/pytorch`` contains these DNNs in PyTorch
* ``pytorch`` contains these DNNs in PyTorch
and code for generating them down to HPVM-C (testing PyTorch/ONNX frontend).
* ``./dnn`` is a local package with these 10 DNNs implemented in PyTorch as examples.
......@@ -18,5 +18,5 @@ Directory Organization
* ``./test_{profiling|tuning}`` contains tests on performing profiling/tuning
on frontend-generated binary.
* ``dnn_benchmarks/tensor-rt-src`` contains these DNNs directly implemented in `tensor_runtime`
* ``tensor-rt-src`` contains these DNNs directly implemented in `tensor_runtime`
functions. These are for reference purpose only and not actively used in the HPVM system or testing.
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment