Home | History | Annotate | Download | only in ops

Lines Matching refs:where

286         result_so_far = array_ops.where(result_so_far < low,
290 result_so_far = array_ops.where(result_so_far > high,
323 # prevents the troublesome case where the output of select can be finite,
329 big = array_ops.where(logsf_y < logcdf_y, logsf_y_minus_1, logcdf_y)
330 small = array_ops.where(logsf_y < logcdf_y, logsf_y, logcdf_y_minus_1)
359 return array_ops.where(
388 result_so_far = array_ops.where(j < low, neg_inf, result_so_far)
390 result_so_far = array_ops.where(j >= high,
420 result_so_far = array_ops.where(j < low,
424 result_so_far = array_ops.where(j >= high,
454 result_so_far = array_ops.where(j < low,
459 result_so_far = array_ops.where(j >= high, neg_inf, result_so_far)
487 result_so_far = array_ops.where(j < low,
491 result_so_far = array_ops.where(j >= high,