Remove deprecated kTfLiteActRelu1
PiperOrigin-RevId: 343983212 Change-Id: I31e8ecd83ab0d3a02f380d6aa392e13f4bb9c4e6
This commit is contained in:
parent
608fa8a610
commit
362fc65f75
@ -68,7 +68,6 @@ typedef enum {
|
||||
kTfLiteActNone = 0,
|
||||
kTfLiteActRelu,
|
||||
kTfLiteActReluN1To1, // min(max(-1, x), 1)
|
||||
kTfLiteActRelu1 = kTfLiteActReluN1To1, // kTfLiteActRelu1 will be deprecated.
|
||||
kTfLiteActRelu6, // min(max(0, x), 6)
|
||||
kTfLiteActTanh,
|
||||
kTfLiteActSignBit,
|
||||
|
Loading…
x
Reference in New Issue
Block a user