openvino/tests/layer_tests/tensorflow_tests
Anastasia Popova 10f0075e90
RandomUniformFusion transformation. (#7187)
* Added RandomUniformFusion transformation.

* Extended transformations for case with Convert, extended transformations for general min and max value case.

* Set to const unchanged variables.

* Apply suggestions from code review

Co-authored-by: Gleb Kazantaev <gleb.nnstu@gmail.com>

* Reformat code, small corrections.

* Added const shape checks.

* Fixed transformation for case of different const ranks.

* Added type checks.

* Apply suggestions from code review

Co-authored-by: Gleb Kazantaev <gleb.nnstu@gmail.com>

* United RandomUniformMulFusion and RandomUniformAddFusion to single transformation.

* Added negative tests.

* Used get_constant_from_source().

* Moved transformation to common fusions.

* Added const refs.

* Update inference-engine/src/transformations/src/transformations/common_optimizations/random_uniform_fusion.cpp

Co-authored-by: Gleb Kazantaev <gleb.nnstu@gmail.com>

* Changed to single class.

* Corrected IRs checks in layer tests.

* Small corrections.

Co-authored-by: Gleb Kazantaev <gleb.nnstu@gmail.com>
2021-09-16 11:07:19 +03:00
..
conftest.py Add layer tests (#5789) 2021-06-16 12:50:16 +03:00
permutation_utils.py Add layer tests (#5789) 2021-06-16 12:50:16 +03:00
test_tf_Add.py Add layer tests (#5789) 2021-06-16 12:50:16 +03:00
test_tf_BatchToSpace.py Add layer tests (#5789) 2021-06-16 12:50:16 +03:00
test_tf_BiasAdd.py Add layer tests (#5789) 2021-06-16 12:50:16 +03:00
test_tf_Bucketize.py Add layer tests (#5789) 2021-06-16 12:50:16 +03:00
test_tf_Ceil.py Add layer tests (#5789) 2021-06-16 12:50:16 +03:00
test_tf_Concat.py Add layer tests (#5789) 2021-06-16 12:50:16 +03:00
test_tf_ELU.py Add layer tests (#5789) 2021-06-16 12:50:16 +03:00
test_tf_Eltwise.py Add layer tests (#5789) 2021-06-16 12:50:16 +03:00
test_tf_FakeQuantize.py Add layer tests (#5789) 2021-06-16 12:50:16 +03:00
test_tf_Floor.py Add layer tests (#5789) 2021-06-16 12:50:16 +03:00
test_tf_Gather.py [MO][nG] add Gather-8 to MO, layer tests, nG python api unit-tests and up/down-grading transformations (#6560) 2021-08-13 11:56:49 +03:00
test_tf_Identity.py Add layer tests (#5789) 2021-06-16 12:50:16 +03:00
test_tf_Log.py Add layer tests (#5789) 2021-06-16 12:50:16 +03:00
test_tf_LogSoftmax.py Add layer tests (#5789) 2021-06-16 12:50:16 +03:00
test_tf_Mul.py Add layer tests (#5789) 2021-06-16 12:50:16 +03:00
test_tf_NormalizeL2.py Add layer tests (#5789) 2021-06-16 12:50:16 +03:00
test_tf_OneHot.py Add layer tests (#5789) 2021-06-16 12:50:16 +03:00
test_tf_Pooling.py Add layer tests (#5789) 2021-06-16 12:50:16 +03:00
test_tf_RandomUniform.py RandomUniformFusion transformation. (#7187) 2021-09-16 11:07:19 +03:00
test_tf_ReLU.py Add layer tests (#5789) 2021-06-16 12:50:16 +03:00
test_tf_ReLU6.py Add layer tests (#5789) 2021-06-16 12:50:16 +03:00
test_tf_Reduce.py Enable TensorFlow Min operation (#7144) 2021-08-25 09:42:24 +03:00
test_tf_Resample_pattern_new.py Add layer tests (#5789) 2021-06-16 12:50:16 +03:00
test_tf_Roll.py add TF Roll op test (#6228) 2021-06-18 17:36:08 +03:00
test_tf_Rsqrt.py Add layer tests (#5789) 2021-06-16 12:50:16 +03:00
test_tf_Select.py Add layer tests (#5789) 2021-06-16 12:50:16 +03:00
test_tf_Softplus.py Add layer tests (#5789) 2021-06-16 12:50:16 +03:00
test_tf_SpaceToBatch.py Add layer tests (#5789) 2021-06-16 12:50:16 +03:00
test_tf_Squeeze.py Add layer tests (#5789) 2021-06-16 12:50:16 +03:00
test_tf_StridedSlice.py [MO] Replacing StridedSlice with Squeeze/Unsqueeze (#6693) 2021-08-24 13:19:40 +03:00
test_tf_Sub.py Add layer tests (#5789) 2021-06-16 12:50:16 +03:00
test_tf_Swish.py Add layer tests (#5789) 2021-06-16 12:50:16 +03:00
test_tf_TopK.py Add layer tests (#5789) 2021-06-16 12:50:16 +03:00