From 82f8cc41f3f25e2933b39d6c5f2232afca9bae34 Mon Sep 17 00:00:00 2001
From: Yifan Zhao <yifanz16@illinois.edu>
Date: Sat, 30 Jan 2021 21:05:05 -0600
Subject: [PATCH] mobilenet -> mobilenet_cifar10: also move the files

---
 .../{mobilenet => mobilenet_cifar10}/data/quant_ranges_rt.txt     | 0
 .../{mobilenet => mobilenet_cifar10}/data/tuner_confs.txt         | 0
 .../mobilenet.cpp => mobilenet_cifar10/mobilenet_cifar10.cpp}     | 0
 .../mobilenet_cifar10_cudnn.cpp}                                  | 0
 4 files changed, 0 insertions(+), 0 deletions(-)
 rename hpvm/test/dnn_benchmarks/benchmarks/{mobilenet => mobilenet_cifar10}/data/quant_ranges_rt.txt (100%)
 rename hpvm/test/dnn_benchmarks/benchmarks/{mobilenet => mobilenet_cifar10}/data/tuner_confs.txt (100%)
 rename hpvm/test/dnn_benchmarks/benchmarks/{mobilenet/mobilenet.cpp => mobilenet_cifar10/mobilenet_cifar10.cpp} (100%)
 rename hpvm/test/dnn_benchmarks/benchmarks/{mobilenet/mobilenet_cudnn.cpp => mobilenet_cifar10/mobilenet_cifar10_cudnn.cpp} (100%)

diff --git a/hpvm/test/dnn_benchmarks/benchmarks/mobilenet/data/quant_ranges_rt.txt b/hpvm/test/dnn_benchmarks/benchmarks/mobilenet_cifar10/data/quant_ranges_rt.txt
similarity index 100%
rename from hpvm/test/dnn_benchmarks/benchmarks/mobilenet/data/quant_ranges_rt.txt
rename to hpvm/test/dnn_benchmarks/benchmarks/mobilenet_cifar10/data/quant_ranges_rt.txt
diff --git a/hpvm/test/dnn_benchmarks/benchmarks/mobilenet/data/tuner_confs.txt b/hpvm/test/dnn_benchmarks/benchmarks/mobilenet_cifar10/data/tuner_confs.txt
similarity index 100%
rename from hpvm/test/dnn_benchmarks/benchmarks/mobilenet/data/tuner_confs.txt
rename to hpvm/test/dnn_benchmarks/benchmarks/mobilenet_cifar10/data/tuner_confs.txt
diff --git a/hpvm/test/dnn_benchmarks/benchmarks/mobilenet/mobilenet.cpp b/hpvm/test/dnn_benchmarks/benchmarks/mobilenet_cifar10/mobilenet_cifar10.cpp
similarity index 100%
rename from hpvm/test/dnn_benchmarks/benchmarks/mobilenet/mobilenet.cpp
rename to hpvm/test/dnn_benchmarks/benchmarks/mobilenet_cifar10/mobilenet_cifar10.cpp
diff --git a/hpvm/test/dnn_benchmarks/benchmarks/mobilenet/mobilenet_cudnn.cpp b/hpvm/test/dnn_benchmarks/benchmarks/mobilenet_cifar10/mobilenet_cifar10_cudnn.cpp
similarity index 100%
rename from hpvm/test/dnn_benchmarks/benchmarks/mobilenet/mobilenet_cudnn.cpp
rename to hpvm/test/dnn_benchmarks/benchmarks/mobilenet_cifar10/mobilenet_cifar10_cudnn.cpp
-- 
GitLab