- input
Variant input;
Undocumented in source.
- forward_prop
void forward_prop(T obs)
Undocumented in source. Be warned that the author may not have intended to support it.
- predict
void predict()
Undocumented in source.
- accumulate_grad
void accumulate_grad(V[] grad)
Undocumented in source. Be warned that the author may not have intended to support it.
- backward_prop
void backward_prop(V[] grad)
Undocumented in source. Be warned that the author may not have intended to support it.
- num_params
ulong num_params [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- recompute_topology
void recompute_topology()
Undocumented in source. Be warned that the author may not have intended to support it.
- allocate_interface
void allocate_interface()
Undocumented in source. Be warned that the author may not have intended to support it.