Example #1
0
void answer_module<T, Tds1, Tds2>::
fprop_ds2(labeled_datasource<T, Tds1, Tds2> &ds, state<T> &out)
{
    if (out.x.size() == 0) out.add_x(new idx<T>());
    ds.fprop_label_net(out);
}