Struct treez::autograd::OpExponential[][src]

pub struct OpExponential {}

y = a^x; dy/dx = ln(a) * a^x

Trait Implementations

impl Clone for OpExponential
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for OpExponential
[src]

Formats the value using the given formatter. Read more

impl Op for OpExponential
[src]

input[0]: bases, input[1]: exponents

input[0]: bases, input[1]: exponents

Auto Trait Implementations