• tsocha's avatar
    [ONNX] Add support for EyeLike operator (#3050) · 5e19c25c
    tsocha authored
    * [ONNX] Add eyelike operator
    
    * Use shifted square identity in square identity
    
    * Make new helper function to map onnx_types<->ngraph_types
    
    * Add fp16 support to ngraph Python API
    
    * Move helper common.hpp => common.cpp
    
    * Add checker for attribute presence
    
    * Style check
    
    * Add definition of shifted word
    
    * Change return value of attribute presence !(==) -> !=
    
    * Rename is_attribute_present => has_attribute
    
    * Clean-up headers in eyelike.cpp
    
    * Organize headers in common.*pp
    
    * Minor review fixes
    
    * Style check
    
    * Add test for EyeLike with negative k
    5e19c25c
Name
Last commit
Last update
..
examples Loading commit data...
ngraph Loading commit data...
pyngraph Loading commit data...
test Loading commit data...
.gitignore Loading commit data...
BUILDING.md Loading commit data...
CMakeLists.txt Loading commit data...
README.md Loading commit data...
build_wheel.sh.in Loading commit data...
requirements.txt Loading commit data...
setup.py Loading commit data...
test_requirements.txt Loading commit data...
tox.ini Loading commit data...