blob: d95dc13b1464787d4eeb98e1e58e6527211ac8ae [file] [log] [blame]
``mx.symbol.elemwise_div``
====================================================
Description
----------------------
Divides arguments element-wise.
The storage type of ``elemwise_div`` output is always dense
Usage
----------
.. code:: r
mx.symbol.elemwise_div(...)
Arguments
------------------
+----------------------------------------+------------------------------------------------------------+
| Argument | Description |
+========================================+============================================================+
| ``lhs`` | NDArray-or-Symbol |
| | first input |
+----------------------------------------+------------------------------------------------------------+
| ``rhs`` | NDArray-or-Symbol |
| | second input |
+----------------------------------------+------------------------------------------------------------+
| ``name`` | string, optional. |
| | |
| | Name of the resulting symbol. |
+----------------------------------------+------------------------------------------------------------+
Value
----------
``out`` The result mx.symbol