• Davis King's avatar
    Made the DNN layer visiting routines more convenient. · afe19fcb
    Davis King authored
    Now the user doesn't have to supply a visitor capable of visiting all
    layers, but instead just the ones they are interested in.  Also added
    visit_computational_layers() and visit_computational_layers_range()
    since those capture a very common use case more concisely than
    visit_layers().  That is, users generally want to mess with the
    computational layers specifically as those are the stateful layers.
    afe19fcb
dnn_introduction3_ex.cpp 6.13 KB