Skip to content
  • Johan Alfvén's avatar
    MLBEDSW-10723: MLCE: Add support for the Log operator in Regor · 037f02e9
    Johan Alfvén authored
    
    
    - Implemented Log operator with the generic LUT implementation
    - Update SUPPORTED_OPS.md and vela.py to include the LOG operator
    - In tflite_graph_optimiser.cpp:
      - Change the variable type of `prevLutResult` from float to int16_t.
      - Clamp the intermediate LUT value and explicitly cast it to int16_t,
        fixing precision and conversion issues in the LUT generation.
    
    Change-Id: I8c877cb4f3c3c2da2eb82369fdd0269e938c4fe5
    Signed-off-by: Johan Alfvén's avatarJohan Alfvén <johan.alfven@arm.com>
    037f02e9
To find the state of this project's repository at the time of any of these versions, check out the tags.
Loading