Skip to content

Commit ec679c6

Browse files
Arm backend: Fix amax test merge issue (#17415)
Signed-off-by: Adrian Lundell <adrian.lundell@arm.com>
1 parent c229dbc commit ec679c6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

backends/arm/test/ops/test_amax.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ def test_amax_u55_INT(test_data: Amax.input_t):
143143
pipeline = EthosU55PipelineINT[Amax.input_t](
144144
Amax(dim, keep_dims),
145145
data,
146-
Amax.aten_op,
146+
amax_aten_op,
147147
)
148148
pipeline.run()
149149

0 commit comments

Comments
 (0)