Skip to content

Commit

Permalink
[GNA] Disable tests with integer weights
Browse files Browse the repository at this point in the history
  • Loading branch information
elilobanova committed Sep 2, 2021
1 parent 31a0f4b commit c53602f
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@ using namespace LayerTestsDefinitions;
namespace {
static const std::vector<ngraph::element::Type> precisionsGNA = {
ngraph::element::f32,
ngraph::element::u8,
ngraph::element::i16,
// integer weights are not supported by GNA so far
// ngraph::element::u8,
// ngraph::element::i16,
};

static const std::vector<std::size_t> batchSizesGNA = {
Expand Down

0 comments on commit c53602f

Please sign in to comment.