You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[TFLite] Mimic the TFLite's 2.4 reader's behaviour (#8538)
In TFLite 2.4, the builtin code value can be either in
"deprecated_builtin_code" field or "builtin_code" field (as long
as the value is less than 127) and similarly to the TFLite's
reader, we should use the higher value of the two.
Change-Id: I0d738f9257187903b4c5b4cc5a8733a451ddc02e
0 commit comments