openvino/docs
Anastasia Popova cf48792134
Random Uniform MO implementation (#6694)
* Added RandomUniform operation.

* Conflicts fix.

* Fix conflicts.

* Fix conflicts.

* Added ONNX extractor, fixed FP16 conversion, added double implementation.

* int32, int64 types.

* Added initial type attribute.

* Added extractors for MxNet and TF for RandomUniformInt.

* Fixed ChangeRandomUniformOutputType transformation.

* Corrected ONNX, MxNetextractors.

* Fixed extender.

* Code style corrected, updated BOM file.

* Small correction.

* Code reformat.

* Fixed type check.

* Small corrections, code style.

* Added RandomUniform tests to manifest file.

* Include fixed.

* Code style.

* Small corrections.

* Tests fixed.

* Manifest file updated.

* Removed initial type attribute.

* Small correction.

* Fixed problem with Const types change.

* Update ngraph/core/include/ngraph/op/random_uniform.hpp

Co-authored-by: Ilya Churaev <ilyachur@gmail.com>

* Update ngraph/core/src/op/random_uniform.cpp

Co-authored-by: Ilya Churaev <ilyachur@gmail.com>

* Update ngraph/core/src/op/random_uniform.cpp

Co-authored-by: Ilya Churaev <ilyachur@gmail.com>

* Applied comments to shell implementation.

* Applied comments to shell implementation.

* Moved shell and reference to separate PR.

* Moved shell and reference to separate PR.

* Corrected comments, code refactoring.

* Fixed seed attributes.

* Corrected mxnet extractor.

* Returned RandomUniform onnx extractor.

* Small fix.

* Used generator in tests, fixed input ports count in AttributedRandomUniform.

* Temporarily added DropoutWithRandomUniformReplacer and debug output.

* Temporarily added DropoutWithRandomUniformReplacer and debug output.

* Temporarily added DropoutWithRandomUniformReplacer and debug output.

* Temporarily added DropoutWithRandomUniformReplacer and debug output.

* Moved DropoutWithRandomUniformReplacer to ngraph, removed debug output.

* Fixed wrong change.

* Fixed wrong change.

* Added check that RandomUniform is in ShapeOf subgraph.

* Added layer tests, updated supported operations list.

* Small correction.

* Fix conflicts.

* Fix conflicts.

* Small fix.

* Used const for not changing values.

* Apply suggestions from code review

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

* Added IR check in layer tests.

* Fixed error.

* Fixed test.

* Update inference-engine/src/transformations/include/transformations/common_optimizations/dropout_with_random_uniform_replacer.hpp

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

* Removed ShapeOf and Mul from DropoutWithRandomUniformReplacer.

* Replaced register_new_node with make_shared.

* Added fp16 test.

* Extended for RandomUniform->Convert case.

* Used modf().

* Removed modf().

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

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

* Added negative tests, added nullptr check for add_const_value.

Co-authored-by: Ilya Churaev <ilyachur@gmail.com>
Co-authored-by: Gleb Kazantaev <gleb.nnstu@gmail.com>
2021-09-14 21:26:57 +03:00
..
HOWTO MO support for operations DFT and IDFT (#5197) 2021-05-07 09:44:24 +03:00
IE_DG Removed information about FPGA plugin (#7474) 2021-09-13 14:01:49 +03:00
IE_PLUGIN_DG Migrated to official GoogleTest repo (#6286) 2021-06-22 17:39:39 +03:00
MO_DG Random Uniform MO implementation (#6694) 2021-09-14 21:26:57 +03:00
benchmarks Feature/azaytsev/cherry picks from 2021 4 (#7389) 2021-09-07 19:21:41 +03:00
doxygen Removed information about FPGA plugin (#7474) 2021-09-13 14:01:49 +03:00
gapi Feature/merge 2021 3 to master (#5307) 2021-04-19 20:19:17 +03:00
get_started Feature/azaytsev/cherry picks from 2021 4 (#7389) 2021-09-07 19:21:41 +03:00
how_tos Feature/azaytsev/cherry picks from 2021 4 (#7389) 2021-09-07 19:21:41 +03:00
img Feature/azaytsev/cherry picks from 2021 4 (#7389) 2021-09-07 19:21:41 +03:00
install_guides Removed information about FPGA plugin (#7474) 2021-09-13 14:01:49 +03:00
model_server [IE CLDNN] Updated GPU device config (#6040) 2021-06-09 09:02:25 +03:00
nGraph_DG Add default constructor for op. (#7368) 2021-09-13 06:49:19 +03:00
onnx_custom_op Openvino cmake config (#7419) 2021-09-10 15:31:27 +03:00
ops udpate scatter spec (#7086) 2021-09-13 06:44:20 +03:00
optimization_guide Removed information about FPGA plugin (#7474) 2021-09-13 14:01:49 +03:00
ovsa Feature/azaytsev/cherry picks from 2021 4 (#7389) 2021-09-07 19:21:41 +03:00
resources Feature/merge 2021 3 to master (#5307) 2021-04-19 20:19:17 +03:00
security_guide doc: fix Docker install guide (#7004) 2021-08-10 23:03:26 +03:00
snippets Removed information about FPGA plugin (#7474) 2021-09-13 14:01:49 +03:00
template_extension Openvino cmake config (#7419) 2021-09-10 15:31:27 +03:00
template_plugin [IE TESTS] Move SKIP macro from test bodies to SetUp() in InferRequestCancelation & Move Infer_Request_dynamic tests to the correct folder (#7299) 2021-09-13 10:09:36 +03:00
.clang-format Fixed documentation code style (#7008) 2021-08-11 09:38:43 +03:00
CMakeLists.txt Openvino cmake config (#7419) 2021-09-10 15:31:27 +03:00
Legal_Information.md Feature/azaytsev/cherry picks from 2021 4 (#7389) 2021-09-07 19:21:41 +03:00
index.md Feature/azaytsev/cherry picks from 2021 4 (#7389) 2021-09-07 19:21:41 +03:00