Commit Graph

5 Commits

Author SHA1 Message Date
Andrey Zaytsev 415daecc26
Cherry-pick Feature/azaytsev/doc fixes 2022 1 1 (#11388) (#11407)
* Removed a redundant image

* Fixed ops specifications and other issues

* converted html links to anchor links

* converted html links to anchor links

* Fixed a link

* Fixed a link

* Changed anchor links according to dev review
# Conflicts:
#	docs/OV_Runtime_UG/Operations_specifications.md
2022-04-01 19:53:58 +03:00
Anastasia Popova bfc6e617a7
Updated RandomUniform spec to align with the implementation. (#7491) 2021-09-15 10:26:39 +03:00
Gabriele Galiero Casay 8d4e850356
Fix op category section in operations spec (#7130) 2021-08-23 13:12:46 +03:00
Anastasia Popova f26ecdd53f
Corrected formulas rendering. (#6986) 2021-08-12 13:08:43 +03:00
Anastasia Popova c776ea90d8
Added specification for RandomUniform operation. (#6196)
* Added RandomUniform specification.

* Extended description of obtaining float numbers.

* Added description of obtainin float16 and double values.

* Added description of xor symbol.

* Small correction.

* Small corrections.

* Added initial type attribute.

* Corrected IR example, removed unnecessary default values.

* Small correction.

* Added information about type cast between initial and output types.

* Removed initial type attribute.

* Corrected output_type description.

* Corrected minval, maxval description. Corrected IR example.

* Apply suggestions from code review

Co-authored-by: Tatiana Savina <tatiana.savina@intel.com>

* Removed unnecessary paper link.

Co-authored-by: Tatiana Savina <tatiana.savina@intel.com>
2021-07-23 14:22:53 +03:00