1. 15 Oct, 2018 1 commit
    • Adam Rogowiec's avatar
      [ONNX] Update Squeeze Op to conform with doc. (#1746) · 411f83e2
      Adam Rogowiec authored
      * Update ONNX Squeeze Op implementation to conform with doc. Add unit test.
      
      * Apply code-format.
      
      * Correct attribute value type.
      
      * Change used loop structure.
      
      * Modified version of loops.
      
      - Without erase and with minimal computation time complexity.
      
      * Run CI
      411f83e2