• 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
Name
Last commit
Last update
..
generate_convolution_ref.py Loading commit data...
generate_dyn_replace_slice_ref.py Loading commit data...
generate_dyn_slice_ref.py Loading commit data...
generate_lrn_across_axes.py Loading commit data...
generate_normalize_l2_ref.py Loading commit data...