[null,null,["Last updated 2020-10-01 UTC."],[],[],null,["# tf.math.less\n\n\u003cbr /\u003e\n\n|----------------------------------------------------------------------|\n| [TensorFlow 1 version](/versions/r1.15/api_docs/python/tf/math/less) |\n\nReturns the truth value of (x \\\u003c y) element-wise.\n\n#### View aliases\n\n\n**Main aliases**\n\n[`tf.less`](/api_docs/python/tf/math/less)\n**Compat aliases for migration**\n\nSee\n[Migration guide](https://www.tensorflow.org/guide/migrate) for\nmore details.\n\n[`tf.compat.v1.less`](/api_docs/python/tf/math/less), [`tf.compat.v1.math.less`](/api_docs/python/tf/math/less)\n\n\u003cbr /\u003e\n\n tf.math.less(\n x, y, name=None\n )\n\n| **Note:** [`math.less`](../../tf/math/less) supports broadcasting. More about broadcasting [here](http://docs.scipy.org/doc/numpy/user/basics.broadcasting.html)\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n| Args ---- ||\n|--------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `x` | A `Tensor`. Must be one of the following types: `float32`, `float64`, `int32`, `uint8`, `int16`, `int8`, `int64`, `bfloat16`, `uint16`, `half`, `uint32`, `uint64`. |\n| `y` | A `Tensor`. Must have the same type as `x`. |\n| `name` | A name for the operation (optional). |\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n| Returns ------- ||\n|---|---|\n| A `Tensor` of type `bool`. ||\n\n\u003cbr /\u003e"]]