Publishing 2019 R1 content
[platform/upstream/dldt.git] / inference-engine / src / gna_plugin / quantization / model_quantizer.hpp
index 797c87c..c0f1852 100644 (file)
@@ -1,10 +1,8 @@
-// Copyright (C) 2018 Intel Corporation
+// Copyright (C) 2018-2019 Intel Corporation
 // SPDX-License-Identifier: Apache-2.0
 //
 
 #pragma once
-
-#pragma once
 #include <vector>
 #include "gna_plugin_config.hpp"
 #include "layer_transform.hpp"
@@ -49,7 +47,7 @@ class ModelQuantizer {
             gnalog() << layer->name << std::endl;
         }
 
-        // weights scale is a hint, not all weightable layer preserve it in all possible precisions
+        // weights scale is a hint, not all weightable layers preserve it in all possible precisions
         propagateScaleFactor(sortedNewNet, T::mandatory().getWeightsPrecision().size(), scaleFactor);
 
         // sorted order gives possibility for propagate quantisation along depended layers