• Adam Rogowiec's avatar
    [ONNX] GlobalLpPool operator (#2476) · d357cb92
    Adam Rogowiec authored
    * Utility functions for calculating Lp norm.
    
    * Use functor object as a reduction operation.
    
    * Use new api of make_ng_reduction_op.
    
    * Use utility norm functions for reduction operations.
    
    * Onnx GlobalLpPool operator.
    
    * Ensure correct shapes after lp_norm reduction.
    
    * Remove unused function overload.
    
    * Fix shapes and tensor types.
    
    * Unit tests.
    
    * Update comments.
    
    * Update supported ops status table.
    
    * Fix: take absolute value of input tensor elements.
    
    * UT: with odd value p-norm.
    
    * Fix: move taking abs value into respective lp-norm functions.
    
    * Fix clang -Wdocumentation-unknown-command error.
    
    * Update supported op status table with new Jira ticket for Erf op.
    
    * Update supported_ops status table.
    
    * Update interface of make_ng_reduction_op - accept std::function object.
    
    * Update to use new make_ng_reduction_op api.
    
    * Remove unused header.
    
    * Fix errors on CentOS.
    d357cb92
Name
Last commit
Last update
.ci Loading commit data...
cmake Loading commit data...
contrib/docker Loading commit data...
doc Loading commit data...
licenses Loading commit data...
maint Loading commit data...
python Loading commit data...
src Loading commit data...
test Loading commit data...
.clang-format Loading commit data...
.gitattributes Loading commit data...
.gitignore Loading commit data...
.gitmodules Loading commit data...
.travis.yml Loading commit data...
ABOUT.md Loading commit data...
CMakeLists.txt Loading commit data...
CODEOWNERS Loading commit data...
CONTRIB.md Loading commit data...
LICENSE Loading commit data...
README.md Loading commit data...
VERSION.in Loading commit data...
changes.md Loading commit data...
ecosystem-overview.md Loading commit data...