From c8a73868d40cf63380f634baeb51aa7aa993fc0c Mon Sep 17 00:00:00 2001 From: Tim Hall Date: Tue, 27 Oct 2020 12:43:14 +0000 Subject: vela: Rename Yoda to Ethos-U65 - Also changed to use Ethos-U where appropriate Signed-off-by: Tim Hall Change-Id: Ie45ba2bb3935b305abe897b78b498681296cb7c1 --- ethosu/vela/test/extapi/test_extapi_encode_weights.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ethosu/vela/test') 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]) -- cgit v1.2.1