mx.symbol.elemwise_div¶
Description¶
Divides arguments element-wise.
The storage type of elemwise_div output is always dense
Usage¶
mx.symbol.elemwise_div(...)
Arguments¶
Argument |
Description |
|---|---|
|
NDArray-or-Symbol first input |
|
NDArray-or-Symbol second input |
|
string, optional. Name of the resulting symbol. |
Value¶
out The result mx.symbol
