1. 05 Sep, 2020 1 commit
    • 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
  2. 31 Mar, 2020 1 commit
  3. 10 Mar, 2020 1 commit
  4. 07 Feb, 2020 2 commits