1. 30 Aug, 2019 1 commit
    • Mateusz Bencer's avatar
      [Spec] Implement support for axes input of LRN op in reference implementation (#3454) · b18cb73d
      Mateusz Bencer authored
      * Axes input was added to LRN
      
      * Unit tests for axes shape check were added
      
      * LRN node deserialization was updated
      
      * Fixed EOF and clang style applied
      
      * Changed Constant to Parameter type in unit tests
      
      * Expanded LRN reference ingterface
      
      * Fixed LRN assert description
      
      * Fixed passing arguments
      
      * Reference implementation for one axis
      
      * Implementation for channel
      
      * Implementation for hw
      
      * working on recurence version
      
      * Implemented recurence version for hw
      
      * Reference implementation code refactor
      
      * Fixed ref LRN implementation and added tests
      
      * Added 6D unit test
      
      * Clang styles applied
      
      * Code review remarks introduced
      
      * Support for dynamic shape of axes input
      
      * Clang styles applied
      
      * Code review remarks introduced
      
      * Added checking if axes values are in correct range
      
      * Clang styles applied
      
      * Removed redundant include
      
      * Code review remarks introduced
      b18cb73d