1. 01 Aug, 2019 18 commits
  2. 31 Jul, 2019 18 commits
  3. 30 Jul, 2019 4 commits
    • Sang Ik Lee's avatar
      Include missing header file. (#3339) · 30c7028f
      Sang Ik Lee authored
      30c7028f
    • Scott Cyphers's avatar
      Add Output support for a number of builders (#3297) · 9ebedbbf
      Scott Cyphers authored
      * Add Output support for a number of builders
      
      * ../src/ngraph/builder/autobroadcast.cpp
      
      * Remove some _values
      
      * Simplify
      
      * Simplify, add some more ops/builders
      
      * ONNX failures
      
      * Some GetOutputElement changes to help with Output<Node>
      
      * Convert some ops to use Output<Node> inputs
      
      * Review comments
      
      * Some more changes of nodes to outputs
      
      * Chane names for OutputVector helpers to avoid API change
      
      * Cleanup
      9ebedbbf
    • Scott Cyphers's avatar
      Some more changes of nodes to outputs (#3315) · 8b0a2d19
      Scott Cyphers authored
      * Some more changes of nodes to outputs
      
      * Chane names for OutputVector helpers to avoid API change
      8b0a2d19
    • Diego Caballero's avatar
      [MLIR] Bump MLIR repo to commit 26c683c, 07/29/2019. (#3310) · 81597f3a
      Diego Caballero authored
      * [MLIR] Bump MLIR repo to commit 59167c2, 07/25/2019.
      
      MLIR commit:
      Author: River Riddle <riverriddle@google.com>
      Date:   Wed Jul 24 16:41:11 2019 -0700
      
          NFC: Use ValueOfRange instead of T in Diagnostic::appendRange.
      
              For iterator_range, T is often the name of another iterator type
              and not the the value of the range.
      
      LLVM commit:
      Author: Marshall Clow <mclow.lists@gmail.com>
      Date:   Thu Jul 25 03:26:05 2019 +0000
      
          Implement change #4 of P1466: Change weekday to accept both 0 and 7
          as Sunday. Add accessors 'c_encoding' and 'iso_encoding' to provide
          different interpretations of the weekday. Remove 'operator unsigned'
      
      * style
      
      * Move MLIR/LLVM repos a bit more forward
      81597f3a