Skip to content
Commit 55d90dd1 authored by Johan Alfvén's avatar Johan Alfvén
Browse files

MLBEDSW-8873: MLCE: Update LUT index calculation



 - A network containing several softmax operators caused an
output diff
 - The problem was that the code that detects if the LUT is
already in internal SRAM calculated everything correctly except
for which lut index to use.
 - The code should use the slot_size and not then LUT size when
calculating the index which fixes this problem.
 - Updated unit tests

Change-Id: I07686651a883ccbba7c173e7191eb21f9ff15bf5
Signed-off-by: Johan Alfvén's avatarJohan Alfven <johan.alfven@arm.com>
parent e4d2f218
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment