Samsung / ONE

On-device Neural Engine

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[CFe] Support Relu0To1 Op

seanshpark opened this issue · comments

Let's support Relu0To1 Op which is

$f(x) = max(0, min(1, x))$

  • res/tfliterecipe
  • tflchef
  • tfldump
  • tflite2circle
  • circledump
  • luci
  • luci-interpreter
  • luci-value-py-test

@jinevening , FYI. I'll leave quantization related unchanged as I cannot test the codes.

I've made #12963.