53L2_NORMALIZATIONtf.math.l2_normalize 54LESStf.math.less 55LESS_EQUALtf.math.less_equal 56GREATERtf.math.greater 57GREATER_EQUALtf.math.greater_equal 58NEGtf.math.negative 59WHEREtf.where 60SELECTtf.where 61SE
92 NormalizeL2 tf.math.add, tf.math.l2_normalize x/sqrt(max(sum(x**2), eps)) or x/sqrt(add(sum(x**2), eps)) 93 ScatterElementsUpdate shape, rank, floormod, add, cast, range, expand_dims, meshgrid, concat, reshape, tensor_scatter_nd_update 94 ROIAlign crop_and_resize, avg_...