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

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