特殊函数

信息论函数

mars.tensor.special.entr

Elementwise function for computing entropy.

mars.tensor.special.rel_entr

Elementwise function for computing relative entropy.

误差函数

mars.tensor.special.erf

Returns the error function of complex argument.

辅助函数

mars.tensor.special.xlogy

Compute x*log(y) so that the result is 0 if x = 0.