Struct treez::autograd::OpMul[][src]

pub struct OpMul {}

y = a*b; dy/da = b; dy/db = a

Trait Implementations

impl Clone for OpMul
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for OpMul
[src]

Formats the value using the given formatter. Read more

impl Op for OpMul
[src]

Auto Trait Implementations

impl Send for OpMul

impl Sync for OpMul