Samsung/ONE

[CFe] Support Relu0To1 Op

seanshpark opened this issue · 2 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.