1. 23 Feb, 2019 2 commits
    • Adam Rogowiec's avatar
      [ONNX] Handle trimmed optional outputs. (#2434) · 12b5f085
      Adam Rogowiec authored
      * Function for retrieving number of node outputs.
      
      * Handle optional trimmed outputs.
      
      * Fix compilation err on clang.
      
      * Fix error for number of outputs.
      
      - Iterate over the minimum of number of outputs we return and the number
        of outputs of respective node in the graph. Some outputs may be
        optional and trimmed, as well as for some op implementations we may
        return not all outputs (ie. Dropout - where we do not return additional
        optional output).
      
      * Update graph.cpp
      
      * Add dropout ONNX op.
      
      * Revert to iterate over node outputs in graph.
      
      * Use more apropriate word in comment.
      12b5f085
    • Amy Zhuang's avatar
  2. 22 Feb, 2019 6 commits
  3. 21 Feb, 2019 3 commits
  4. 20 Feb, 2019 2 commits
  5. 19 Feb, 2019 3 commits
  6. 18 Feb, 2019 2 commits
  7. 16 Feb, 2019 5 commits
  8. 15 Feb, 2019 13 commits
  9. 14 Feb, 2019 4 commits