From 28a3e3ba2a5d8431fee76335fd7818ca53ecf36d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E5=AE=89=E7=90=AA?= <956513066@qq.com> Date: Fri, 18 Nov 2022 07:08:59 +0000 Subject: [PATCH] =?UTF-8?q?=E9=87=8D=E5=91=BD=E5=90=8D=20ACL=5FTensorFlow/?= =?UTF-8?q?contrib/cv/edsr=20=E4=B8=BA=20ACL=5FTensorFlow/contrib/cv/EDSR?= =?UTF-8?q?=5FID1263=5Ffor=5FACL?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../contrib/cv/{edsr => EDSR_ID1263_for_ACL}/.keep | 0 .../cv/{edsr => EDSR_ID1263_for_ACL}/README.md | 0 .../cv/{edsr => EDSR_ID1263_for_ACL}/ckpt2pb.py | 0 .../cv/{edsr => EDSR_ID1263_for_ACL}/edsr.py | 0 .../contrib/cv/{edsr => EDSR_ID1263_for_ACL}/run.py | 0 .../cv/{edsr => EDSR_ID1263_for_ACL}/testpic.bin | Bin 6 files changed, 0 insertions(+), 0 deletions(-) rename ACL_TensorFlow/contrib/cv/{edsr => EDSR_ID1263_for_ACL}/.keep (100%) rename ACL_TensorFlow/contrib/cv/{edsr => EDSR_ID1263_for_ACL}/README.md (100%) rename ACL_TensorFlow/contrib/cv/{edsr => EDSR_ID1263_for_ACL}/ckpt2pb.py (100%) rename ACL_TensorFlow/contrib/cv/{edsr => EDSR_ID1263_for_ACL}/edsr.py (100%) rename ACL_TensorFlow/contrib/cv/{edsr => EDSR_ID1263_for_ACL}/run.py (100%) rename ACL_TensorFlow/contrib/cv/{edsr => EDSR_ID1263_for_ACL}/testpic.bin (100%) diff --git a/ACL_TensorFlow/contrib/cv/edsr/.keep b/ACL_TensorFlow/contrib/cv/EDSR_ID1263_for_ACL/.keep similarity index 100% rename from ACL_TensorFlow/contrib/cv/edsr/.keep rename to ACL_TensorFlow/contrib/cv/EDSR_ID1263_for_ACL/.keep diff --git a/ACL_TensorFlow/contrib/cv/edsr/README.md b/ACL_TensorFlow/contrib/cv/EDSR_ID1263_for_ACL/README.md similarity index 100% rename from ACL_TensorFlow/contrib/cv/edsr/README.md rename to ACL_TensorFlow/contrib/cv/EDSR_ID1263_for_ACL/README.md diff --git a/ACL_TensorFlow/contrib/cv/edsr/ckpt2pb.py b/ACL_TensorFlow/contrib/cv/EDSR_ID1263_for_ACL/ckpt2pb.py similarity index 100% rename from ACL_TensorFlow/contrib/cv/edsr/ckpt2pb.py rename to ACL_TensorFlow/contrib/cv/EDSR_ID1263_for_ACL/ckpt2pb.py diff --git a/ACL_TensorFlow/contrib/cv/edsr/edsr.py b/ACL_TensorFlow/contrib/cv/EDSR_ID1263_for_ACL/edsr.py similarity index 100% rename from ACL_TensorFlow/contrib/cv/edsr/edsr.py rename to ACL_TensorFlow/contrib/cv/EDSR_ID1263_for_ACL/edsr.py diff --git a/ACL_TensorFlow/contrib/cv/edsr/run.py b/ACL_TensorFlow/contrib/cv/EDSR_ID1263_for_ACL/run.py similarity index 100% rename from ACL_TensorFlow/contrib/cv/edsr/run.py rename to ACL_TensorFlow/contrib/cv/EDSR_ID1263_for_ACL/run.py diff --git a/ACL_TensorFlow/contrib/cv/edsr/testpic.bin b/ACL_TensorFlow/contrib/cv/EDSR_ID1263_for_ACL/testpic.bin similarity index 100% rename from ACL_TensorFlow/contrib/cv/edsr/testpic.bin rename to ACL_TensorFlow/contrib/cv/EDSR_ID1263_for_ACL/testpic.bin -- Gitee