From b6dbfee0a21d333447b47887dbe2cb87720ebfd0 Mon Sep 17 00:00:00 2001 From: "Hz, Ji" Date: Wed, 8 Nov 2023 16:27:37 +0800 Subject: [PATCH] moving example of benchmarking to legacy dir (#27337) move example of benchmarking to legacy --- examples/{pytorch => legacy}/benchmarking/README.md | 0 examples/{pytorch => legacy}/benchmarking/plot_csv_file.py | 0 examples/{pytorch => legacy}/benchmarking/requirements.txt | 0 examples/{pytorch => legacy}/benchmarking/run_benchmark.py | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename examples/{pytorch => legacy}/benchmarking/README.md (100%) rename examples/{pytorch => legacy}/benchmarking/plot_csv_file.py (100%) rename examples/{pytorch => legacy}/benchmarking/requirements.txt (100%) rename examples/{pytorch => legacy}/benchmarking/run_benchmark.py (100%) mode change 100755 => 100644 diff --git a/examples/pytorch/benchmarking/README.md b/examples/legacy/benchmarking/README.md similarity index 100% rename from examples/pytorch/benchmarking/README.md rename to examples/legacy/benchmarking/README.md diff --git a/examples/pytorch/benchmarking/plot_csv_file.py b/examples/legacy/benchmarking/plot_csv_file.py similarity index 100% rename from examples/pytorch/benchmarking/plot_csv_file.py rename to examples/legacy/benchmarking/plot_csv_file.py diff --git a/examples/pytorch/benchmarking/requirements.txt b/examples/legacy/benchmarking/requirements.txt similarity index 100% rename from examples/pytorch/benchmarking/requirements.txt rename to examples/legacy/benchmarking/requirements.txt diff --git a/examples/pytorch/benchmarking/run_benchmark.py b/examples/legacy/benchmarking/run_benchmark.py old mode 100755 new mode 100644 similarity index 100% rename from examples/pytorch/benchmarking/run_benchmark.py rename to examples/legacy/benchmarking/run_benchmark.py