openvino/runtime/bindings/python/tests/test_ngraph
Piotr Szmelczynski e5927dbe15
Expose discrete type info (#7301)
* Create pyngraph DiscreteTypeInfo bind

* add DiscreteTypeInfo to ngraph impl __init__

* add DiscreteTypeInfo to pyngraph.cpp

* remove comment

* create common file and add string_to_char_arr helper function

* create test for DiscreteTypeInfo class

* fix style

* add not equal test

* fix style

* create __repr__ and make member variables readonly

* Create trampoline for Node class

* update DiscreteTypeInfo test

* remove common files

* style fix

* clang style fix

* update __repr__ method for DiscreteTypeInfo

* style fix

* fix typo in test_core

* update repr method

* update comparison operators

* update operator overloading for DiscreteTypeInfo
2021-09-20 13:31:28 +03:00
..
__init__.py [Python API] move ngraph python api to the new location (#7364) 2021-09-09 13:41:11 +03:00
test_adaptive_pool.py [Python API] move ngraph python api to the new location (#7364) 2021-09-09 13:41:11 +03:00
test_basic.py Add set_argument/s methods to nGraph Python API (#7196) 2021-09-18 06:37:26 +03:00
test_convolution.py [Python API] move ngraph python api to the new location (#7364) 2021-09-09 13:41:11 +03:00
test_core.py Expose discrete type info (#7301) 2021-09-20 13:31:28 +03:00
test_create_op.py [Python API] move ngraph python api to the new location (#7364) 2021-09-09 13:41:11 +03:00
test_ctc_loss.py [Python API] move ngraph python api to the new location (#7364) 2021-09-09 13:41:11 +03:00
test_data_movement.py [Python API] move ngraph python api to the new location (#7364) 2021-09-09 13:41:11 +03:00
test_dft.py [Python API] move ngraph python api to the new location (#7364) 2021-09-09 13:41:11 +03:00
test_dyn_attributes.py [Python API] move ngraph python api to the new location (#7364) 2021-09-09 13:41:11 +03:00
test_einsum.py [Python API] move ngraph python api to the new location (#7364) 2021-09-09 13:41:11 +03:00
test_gather.py [Python API] move ngraph python api to the new location (#7364) 2021-09-09 13:41:11 +03:00
test_idft.py [Python API] move ngraph python api to the new location (#7364) 2021-09-09 13:41:11 +03:00
test_input_validation.py [Python API] move ngraph python api to the new location (#7364) 2021-09-09 13:41:11 +03:00
test_log_softmax.py [Python API] move ngraph python api to the new location (#7364) 2021-09-09 13:41:11 +03:00
test_manager.py [Python API] move ngraph python api to the new location (#7364) 2021-09-09 13:41:11 +03:00
test_node_factory.py Add default constructor for op. (#7368) 2021-09-13 06:49:19 +03:00
test_normalization.py [Python API] move ngraph python api to the new location (#7364) 2021-09-09 13:41:11 +03:00
test_ops.py [Python API] move ngraph python api to the new location (#7364) 2021-09-09 13:41:11 +03:00
test_ops_binary.py [Python API] move ngraph python api to the new location (#7364) 2021-09-09 13:41:11 +03:00
test_ops_fused.py [Python API] move ngraph python api to the new location (#7364) 2021-09-09 13:41:11 +03:00
test_ops_matmul.py [Python API] move ngraph python api to the new location (#7364) 2021-09-09 13:41:11 +03:00
test_ops_multioutput.py [Python API] move ngraph python api to the new location (#7364) 2021-09-09 13:41:11 +03:00
test_ops_reshape.py [Python API] move ngraph python api to the new location (#7364) 2021-09-09 13:41:11 +03:00
test_ops_scatter.py [Python API] move ngraph python api to the new location (#7364) 2021-09-09 13:41:11 +03:00
test_ops_unary.py [Python API] move ngraph python api to the new location (#7364) 2021-09-09 13:41:11 +03:00
test_pooling.py [Python API] move ngraph python api to the new location (#7364) 2021-09-09 13:41:11 +03:00
test_proposal.py [Python API] move ngraph python api to the new location (#7364) 2021-09-09 13:41:11 +03:00
test_random_uniform.py RandomUniform Python API. (#7373) 2021-09-15 14:06:02 +03:00
test_reduction.py [Python API] move ngraph python api to the new location (#7364) 2021-09-09 13:41:11 +03:00
test_roll.py [Python API] move ngraph python api to the new location (#7364) 2021-09-09 13:41:11 +03:00
test_sequence_processing.py [Python API] move ngraph python api to the new location (#7364) 2021-09-09 13:41:11 +03:00
test_swish.py [Python API] move ngraph python api to the new location (#7364) 2021-09-09 13:41:11 +03:00
test_utils.py [Python API] move ngraph python api to the new location (#7364) 2021-09-09 13:41:11 +03:00
util.py [Python API] move ngraph python api to the new location (#7364) 2021-09-09 13:41:11 +03:00