1. 12 Feb, 2020 1 commit
    • Katarzyna Mitrus's avatar
      [ONNX] Inverse hyperbolic functions - dynamic shape support (#4301) · 3042c8cc
      Katarzyna Mitrus authored
      * Asinh dynamic shape support prototype
      
      * Asinh static shape test
      
      * Asinh dynamic shapes test
      
      * Unified asinh implementation for static and dynamic shapes
      
      * Atanh dynamic shapes support
      
      * Style apply
      
      * Acosh dynamic shape support
      
      * Tests update
      
      * Style apply
      
      * Update PlaidML manifest
      
      * Use default tolerance bits
      
      * Style apply
      
      * Def tolerance bits for dynamic tests
      
      * Rename dim_param
      
      * Update acosh.prototxt
      
      * Update acosh_dyn_shape.prototxt
      Co-authored-by: 's avatarRobert Kimball <robert.kimball@intel.com>
      3042c8cc
  2. 07 Mar, 2019 1 commit
    • Adam Rogowiec's avatar
      [ONNX] Convert models to text format. (#2528) · 073e68fd
      Adam Rogowiec authored
      * Handle models in prototxt format.
      Signed-off-by: 's avatarAdam Rogowiec <adam.rogowiec@intel.com>
      
      * Convert Onnx models to text format.
      
      * Tool for conversion between protobuf ONNX models in binary and text format.
      Signed-off-by: 's avatarAdam Rogowiec <adam.rogowiec@intel.com>
      
      * Update ONNX test models text format.
      
      * Convert ONNX LSTM model to text format.
      
      * Rename and make second argument optional.
      
      * Unify models metadata.
      
      * Remove onnx binary models.
      
      * Review: fix comments.
      
      * Fix not yet updated models extension in UTs.
      
      * Add UT with binary protobuf models.
      
      * Clang format.
      
      * Remove failing UT in prototxt since it has problems with CI.
      
      * Inhibit logging protobuf errors.
      
      * Revert "Remove failing UT in prototxt since it has problems with CI."
      
      This reverts commit 94741a8c4594f3cc2ebdca428fa40b94a79240c2.
      
      * Remove LogSilencer from onnx importer api and remove respective UT.
      
      * Conversion script updates
      073e68fd