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
For upper/lower-bound searches via `tf.searchsorted`, if the sorted input is empty,
the previous code resulted in a `nullptr` dereference. For emtpy inputs, any
sorted search should return a value of 0, meaning that a value would be inserted
into the first slot of the array.
PiperOrigin-RevId: 460971165
0 commit comments