1. 04 Jul, 2019 1 commit
    • Rob Earhart's avatar
      ReshapeElimination -> PlaidML; fixup ImplicitBcast · 1144bf39
      Rob Earhart authored
      The PrefixReshapeElimination pass doesn't work correctly if the network's operation's input and output shape
      compatibility is being validated; an implicit broadcast operation is required to get the shapes right.  This
      change moves the implementation back to PlaidML (since it's seeming less generally useful, and PlaidML has an
      implicit broadcast operation), and fixes both it and the implicit broadcast pass to only apply when the
      downstream operation is an elementwise operation (since PlaidML doesn't support automatic broadcasting for
      contractions).
      1144bf39
  2. 03 Jul, 2019 7 commits
  3. 02 Jul, 2019 32 commits