openvino/ngraph/python/tests/test_ngraph
Ivan Tikhonov 2f5a28d44f
LSTMCell/Sequence v1, reference implementations and decompose transformations for LSTM/GRU/RNN Cells (#2000)
* validate_and_infer_types() implementation

* input parameter validation for LSTM, GRU and RNN

* style-check applied

* Add LSTMSequence dynamic shape validation and test props for RNNCell, GRUCell, LSTMCell and LSTMSequence.

* recurrent_sequence.hpp moved to ngraph/core/include/ngraph/op/util/

* style check applied

* removed unused variable from LSTMSequence::validate_and_infer_types

* Add missing newline mark at the end of file.

* Add supression macro for FusedOp deprecation.

* Add element type initialization

* transpose,rnn cell reference implementations

* Apply PR review remarks

* reference implementations for cells op, single layer tests, align lstm cell/sequence according to the spec

* lstm/gru/rnn cell decompostion transformations

* ngraph codestyle

* clean up

* ngraph code style

* change inheritance of Cells, fix build

* fix build

* fix build again

* remove Peepholes from LSTMSeq, fix copy_runtime_info in transformations

* Rewrite tests to use gtest exception assertions.

* resolve tests issues

* ngraph codestyle

* add missed files

* fix typeprop tests

* fix lstm sequence checks

* fix arm build

* fix arm again

* delete unnecessary file

* add convert weghts format function, enable lstm test, resolve review comments

* add ngraph builders

* ngraph codestyle

* fix unit tests

* revert transpose reference implementation

* revert LSTM Cell v0, add LSTMCell v1, update transformation lstm_cell_to_cell_ie

* v1 version of LSTMCell op

* LSTMSequence v1 operation, exclude LSTMSeq from opset4

* fix python api tests

* resolve review comments, tests for decomposition transformations, switch lstm cell to opset4 in mo

Co-authored-by: Szymon Durawa <szymon.durawa@intel.com>
2020-09-04 09:04:36 +03:00
..
__init__.py Enable nGraph Python API unit tests using Inference Engine APIs (#1095) 2020-07-03 18:11:39 +02:00
test_basic.py [nGraph] Python tests - move to int32 (#1966) 2020-09-01 15:11:58 +02:00
test_convolution.py Change "run_op_node" helper to use Parameter instead of Constant (#1722) 2020-08-19 17:55:20 +02:00
test_core.py Add OpenVINO-ONNX CI check (#688) 2020-07-14 14:57:27 +02:00
test_create_op.py LSTMCell/Sequence v1, reference implementations and decompose transformations for LSTM/GRU/RNN Cells (#2000) 2020-09-04 09:04:36 +03:00
test_ctc_loss.py Add CTCLoss op to nGraph Python API (#1642) 2020-08-06 15:03:39 +03:00
test_data_movement.py [nGraph] Python tests - move to int32 (#1966) 2020-09-01 15:11:58 +02:00
test_dyn_attributes.py Removed attrs prefix for some layers (#2037) 2020-09-03 07:58:07 +03:00
test_input_validation.py Enable nGraph Python API unit tests using Inference Engine APIs (#1095) 2020-07-03 18:11:39 +02:00
test_manager.py [nGraph] Add Manager to Py API (#1533) 2020-08-13 19:56:59 +03:00
test_node_factory.py Fix node name tests (#1507) 2020-07-29 12:27:30 +02:00
test_normalization.py [nGraph] Python tests - move to int32 (#1966) 2020-09-01 15:11:58 +02:00
test_ops.py Add asinh acosh atanh to python api (#1488) 2020-08-14 10:07:58 +03:00
test_ops_binary.py [nGraph] Python tests - move to int32 (#1966) 2020-09-01 15:11:58 +02:00
test_ops_fused.py Enable ngraph python tests in OpenVINO-ONNX CI (#1603) 2020-08-07 09:58:57 +03:00
test_ops_matmul.py Change "run_op_node" helper to use Parameter instead of Constant (#1722) 2020-08-19 17:55:20 +02:00
test_ops_multioutput.py Enable ngraph python tests in OpenVINO-ONNX CI (#1603) 2020-08-07 09:58:57 +03:00
test_ops_reshape.py [nGraph] Python tests - move to int32 (#1966) 2020-09-01 15:11:58 +02:00
test_ops_scatter.py Enable nGraph Python API unit tests using Inference Engine APIs (#1095) 2020-07-03 18:11:39 +02:00
test_ops_unary.py [nGraph] Python tests - move to int32 (#1966) 2020-09-01 15:11:58 +02:00
test_pooling.py Add nGraph-ONNX tests (#1215) 2020-07-10 11:53:56 +02:00
test_proposal.py add preliminary support of Proposal-4 in nGraph (#1448) 2020-08-16 15:49:49 +03:00
test_reduction.py [nGraph] Python tests - move to int32 (#1966) 2020-09-01 15:11:58 +02:00
test_sequence_processing.py Change "run_op_node" helper to use Parameter instead of Constant (#1722) 2020-08-19 17:55:20 +02:00
test_swish.py Enable swish (#1682) 2020-08-10 15:51:21 +03:00
util.py Change "run_op_node" helper to use Parameter instead of Constant (#1722) 2020-08-19 17:55:20 +02:00