Skip to content

Commit

Permalink
experiment apache#2 config
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Convey committed Jun 13, 2022
1 parent a428695 commit e78a95c
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions tests/python/contrib/test_hexagon/benchmark_maxpool2d.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit e78a95c

Please sign in to comment.