Searched refs:arg_min (Results 1 – 3 of 3) sorted by relevance
105 arg_min = deprecation.deprecated(None, "Use `tf.math.argmin` instead")(arg_min) # pylint: disable=… variable107 tf_export(v1=["arg_min"])(arg_min)173 gen_math_ops.arg_min.__doc__.replace("dimensions", "axes").replace(211 return gen_math_ops.arg_min(input, axis, name=name, output_type=output_type)
3140 out = tf.arg_min(input_value, axis, output_type=parameters["output_type"])
740 name: "arg_min"