aboutsummaryrefslogtreecommitdiff
path: root/ethosu/vela/test
diff options
context:
space:
mode:
authorTim Hall <tim.hall@arm.com>2020-10-27 12:43:14 +0000
committertim.hall <tim.hall@arm.com>2020-11-20 12:48:57 +0000
commitc8a73868d40cf63380f634baeb51aa7aa993fc0c (patch)
tree09ea718df7470068d060fb97d46dafd0878201c4 /ethosu/vela/test
parentc7187434c11151a6a03f252c8718f3bf6445ef5b (diff)
downloadethos-u-vela-c8a73868d40cf63380f634baeb51aa7aa993fc0c.tar.gz
vela: Rename Yoda to Ethos-U65
- Also changed to use Ethos-U where appropriate Signed-off-by: Tim Hall <tim.hall@arm.com> Change-Id: Ie45ba2bb3935b305abe897b78b498681296cb7c1
Diffstat (limited to 'ethosu/vela/test')
-rw-r--r--ethosu/vela/test/extapi/test_extapi_encode_weights.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/ethosu/vela/test/extapi/test_extapi_encode_weights.py b/ethosu/vela/test/extapi/test_extapi_encode_weights.py
index 0459cae1..854d14c0 100644
--- a/ethosu/vela/test/extapi/test_extapi_encode_weights.py
+++ b/ethosu/vela/test/extapi/test_extapi_encode_weights.py
@@ -30,8 +30,8 @@ from ethosu.vela.architecture_features import Accelerator
Accelerator.Ethos_U55_64,
Accelerator.Ethos_U55_128,
Accelerator.Ethos_U55_256,
- Accelerator.Yoda_256,
- Accelerator.Yoda_512,
+ Accelerator.Ethos_U65_256,
+ Accelerator.Ethos_U65_512,
],
)
@pytest.mark.parametrize("dilation_x", [1, 2])