Add arithmetic operators for bfloat16 (#1831)
authorIlya Churaev <ilya.churaev@intel.com>
Tue, 18 Aug 2020 10:49:30 +0000 (13:49 +0300)
committerGitHub <noreply@github.com>
Tue, 18 Aug 2020 10:49:30 +0000 (13:49 +0300)
commit04475bc1b226dcf0bc219400ac42dd731a5787fe
treec9843965592b5ceafe39db20425f00599cc2680b
parentb01112bcbc42d48e6c69718d5607b005b6bca03e
Add arithmetic operators for bfloat16 (#1831)
ngraph/core/include/ngraph/type/bfloat16.hpp
ngraph/core/src/type/bfloat16.cpp
ngraph/test/bfloat16.cpp