• 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.in.cpp Loading commit data...
onnx_import_convpool.in.cpp Loading commit data...
onnx_import_quant.in.cpp Loading commit data...
onnx_import_reshape.in.cpp Loading commit data...
onnx_import_rnn.in.cpp Loading commit data...
onnxifi.cpp Loading commit data...
onnxifi_span.cpp Loading commit data...