From e78a95c5b30fe05bece319ddd44d3cacd19f4413 Mon Sep 17 00:00:00 2001 From: Christian Convey Date: Mon, 13 Jun 2022 11:04:07 -0700 Subject: [PATCH] experiment #2 config --- .../python/contrib/test_hexagon/benchmark_maxpool2d.py | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/tests/python/contrib/test_hexagon/benchmark_maxpool2d.py b/tests/python/contrib/test_hexagon/benchmark_maxpool2d.py index 606a746650c45..1fef2adaacae8 100644 --- a/tests/python/contrib/test_hexagon/benchmark_maxpool2d.py +++ b/tests/python/contrib/test_hexagon/benchmark_maxpool2d.py @@ -184,16 +184,6 @@ def test_maxpool2d_nhwc( mem_scope="global.vtcm", ) - c_hexagon = allocate_hexagon_array( - hexagon_session.device, - tensor_shape=[N,H,W,C], - axis_separators=[], - dtype="int8", - mem_scope="global.vtcm", - ) - - #breakpoint() - print('AAAAA: a_hexagon.numpy()[0,0,0,0,0,0,0]={}'.format(a_hexagon.numpy()[0,0,0,0,0,0,0])) a_hexagon.copyfrom(a_transformed)