• Tomasz Socha's avatar
    [FUSED] Add lstm sequence operator (#3595) · 698aeb2f
    Tomasz Socha authored
    * unfold attributes
    
    * Remove unnecesary if
    
    * Rename run() -> lstm_pass()
    
    * Unify usage of LSTMForward for one and bi directional LSTM
    
    * Unify LSTMForward return values for one and bi directional LSTM
    
    * Dirty moving LSTMForward into fused directory
    
    * Accept lstm direction as string instead of enum
    
    * Fused op which uses decompose_op in onnx_importer
    
    * Rename LSTMForward -> LSTMSequence
    
    * Split LSTMSequence to cpp and hpp
    
    * Remove LSTMDirection enum
    
    * Add getters for class fields
    
    * Adjust constructors
    
    * Add direction validation.
    
    * Add support of LSTMSequence op in serializer
    
    * Reorder fused op input order
    
    * Style fix
    
    * Fix for reorder of inputs
    
    * Use NodeTypeInfo instead of static string
    
    * Node -> value in doc
    
    * Add doc for prepare_input method
    
    * Fix shape inference
    
    * Use enum instead of string for direction
    
    * Add Type prop unit test
    
    * Fix style
    698aeb2f
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...
.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...