Struct treez::autograd::Context[][src]

pub struct Context { /* fields omitted */ }

implementation of reverse automatic differentiation

Methods

impl Context
[src]

computes dy/dx and other variables as well back propagating from y

checker for link validity, computes forward values, saves eval order for backward pass in context, and returns ids for input links

Trait Implementations

impl Default for Context
[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations

impl !Send for Context

impl !Sync for Context