• 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
..
onnx_import Loading commit data...
ops Loading commit data...
passes Loading commit data...
runtime Loading commit data...
types Loading commit data...
axis_set.cpp Loading commit data...
axis_set.hpp Loading commit data...
axis_vector.cpp Loading commit data...
axis_vector.hpp Loading commit data...
coordinate.cpp Loading commit data...
coordinate.hpp Loading commit data...
coordinate_diff.cpp Loading commit data...
coordinate_diff.hpp Loading commit data...
function.cpp Loading commit data...
function.hpp Loading commit data...
node.cpp Loading commit data...
node.hpp Loading commit data...
pyngraph.cpp Loading commit data...
serializer.cpp Loading commit data...
serializer.hpp Loading commit data...
shape.cpp Loading commit data...
shape.hpp Loading commit data...
strides.cpp Loading commit data...
strides.hpp Loading commit data...
util.cpp Loading commit data...
util.hpp Loading commit data...
util.py Loading commit data...