From fdbf43523972d92c37b4f984971d822f205962b1 Mon Sep 17 00:00:00 2001 From: yejianwu Date: Tue, 13 Mar 2018 17:11:06 +0800 Subject: [PATCH] merge tools from libmace --- benchmark.sh => tools/benchmark.sh | 0 build_mace_run.sh => tools/build_mace_run.sh | 0 build_production_code.sh => tools/build_production_code.sh | 0 .../build_run_throughput_test.sh | 0 clear_env.sh => tools/clear_env.sh | 0 download_and_link_lib.sh => tools/download_and_link_lib.sh | 0 env.sh => tools/env.sh | 0 example.yaml => tools/example.yaml | 0 generate_data.py => tools/generate_data.py | 0 generate_model_code.sh => tools/generate_model_code.sh | 0 generate_production_code.sh => tools/generate_production_code.sh | 0 mace_tools.py => tools/mace_tools.py | 0 merge_libs.sh => tools/merge_libs.sh | 0 tuning_run.sh => tools/tuning_run.sh | 0 validate.py => tools/validate.py | 0 validate_tools.sh => tools/validate_tools.sh | 0 16 files changed, 0 insertions(+), 0 deletions(-) rename benchmark.sh => tools/benchmark.sh (100%) rename build_mace_run.sh => tools/build_mace_run.sh (100%) rename build_production_code.sh => tools/build_production_code.sh (100%) rename build_run_throughput_test.sh => tools/build_run_throughput_test.sh (100%) rename clear_env.sh => tools/clear_env.sh (100%) rename download_and_link_lib.sh => tools/download_and_link_lib.sh (100%) rename env.sh => tools/env.sh (100%) rename example.yaml => tools/example.yaml (100%) rename generate_data.py => tools/generate_data.py (100%) rename generate_model_code.sh => tools/generate_model_code.sh (100%) rename generate_production_code.sh => tools/generate_production_code.sh (100%) rename mace_tools.py => tools/mace_tools.py (100%) rename merge_libs.sh => tools/merge_libs.sh (100%) rename tuning_run.sh => tools/tuning_run.sh (100%) rename validate.py => tools/validate.py (100%) rename validate_tools.sh => tools/validate_tools.sh (100%) diff --git a/benchmark.sh b/tools/benchmark.sh similarity index 100% rename from benchmark.sh rename to tools/benchmark.sh diff --git a/build_mace_run.sh b/tools/build_mace_run.sh similarity index 100% rename from build_mace_run.sh rename to tools/build_mace_run.sh diff --git a/build_production_code.sh b/tools/build_production_code.sh similarity index 100% rename from build_production_code.sh rename to tools/build_production_code.sh diff --git a/build_run_throughput_test.sh b/tools/build_run_throughput_test.sh similarity index 100% rename from build_run_throughput_test.sh rename to tools/build_run_throughput_test.sh diff --git a/clear_env.sh b/tools/clear_env.sh similarity index 100% rename from clear_env.sh rename to tools/clear_env.sh diff --git a/download_and_link_lib.sh b/tools/download_and_link_lib.sh similarity index 100% rename from download_and_link_lib.sh rename to tools/download_and_link_lib.sh diff --git a/env.sh b/tools/env.sh similarity index 100% rename from env.sh rename to tools/env.sh diff --git a/example.yaml b/tools/example.yaml similarity index 100% rename from example.yaml rename to tools/example.yaml diff --git a/generate_data.py b/tools/generate_data.py similarity index 100% rename from generate_data.py rename to tools/generate_data.py diff --git a/generate_model_code.sh b/tools/generate_model_code.sh similarity index 100% rename from generate_model_code.sh rename to tools/generate_model_code.sh diff --git a/generate_production_code.sh b/tools/generate_production_code.sh similarity index 100% rename from generate_production_code.sh rename to tools/generate_production_code.sh diff --git a/mace_tools.py b/tools/mace_tools.py similarity index 100% rename from mace_tools.py rename to tools/mace_tools.py diff --git a/merge_libs.sh b/tools/merge_libs.sh similarity index 100% rename from merge_libs.sh rename to tools/merge_libs.sh diff --git a/tuning_run.sh b/tools/tuning_run.sh similarity index 100% rename from tuning_run.sh rename to tools/tuning_run.sh diff --git a/validate.py b/tools/validate.py similarity index 100% rename from validate.py rename to tools/validate.py diff --git a/validate_tools.sh b/tools/validate_tools.sh similarity index 100% rename from validate_tools.sh rename to tools/validate_tools.sh -- GitLab