• Tomasz Socha's avatar
    Add attribute visitor for ops E-L (#4346) · 61b4e6f9
    Tomasz Socha authored
    * Add new attribute adapters for vector<float> and vector<string> types
    
    * Add attribute visitor to LSTMSequence op
    
    * Add attribute visitor to LSTMCell op
    
    * Add attribute visitor to LRN op
    
    * Add attribute visitor to LogicalNot op
    
    * Add attribute visitor to Log op
    
    * Add attribute visitor to HardSigmoid op
    
    * Add attribute visitor to GRN op
    
    * Add attribute visitor to GroupConvolutionBackpropData op
    
    * Add attribute visitor to GroupConvolution op
    
    * Add attribute visitor to GatherTree op
    
    * Add attribute visitor to Gather op
    
    * Add attribute visitor to Floor op
    
    * Add attribute visitor to FakeQuantize op
    
    * Add attribute visitor to Exp op
    
    * Add attribute visitor to Erf op
    
    * Add attribute visitor to Elu op
    
    * Add test for LRN, LSTMSewuence and LSTMCell
    
    * Add test for Elu
    
    * Add test for FakeQuantize
    
    * Revert user_op test missed
    
    * Add test for GRN
    
    * Fix for CoordinateDiff
    
    * Add tests for GroupConvolution and GroupCinvolutionBackpropData
    
    * Tests alphabetical reorder
    Co-authored-by: 's avatarKatarzyna Mitrus <katarzyna.mitrus@intel.com>
    61b4e6f9
gather_tree.hpp 2.51 KB