Add attribute visitor for ops E-L (#4346)
* 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: Katarzyna Mitrus <katarzyna.mitrus@intel.com>
Showing
This diff is collapsed.
Please
register
or
sign in
to comment