Skip to content

Commit

Permalink
[LPT] code style fix #3
Browse files Browse the repository at this point in the history
  • Loading branch information
vzinovie committed Jul 15, 2020
1 parent 2abc81b commit 86c6706
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,8 @@ typedef std::tuple<
bool,
FakeQuantizePrecisionSelectionTransformationTestValues> FakeQuantizePrecisionSelectionTransformationParams;

class FakeQuantizePrecisionSelectionTransformation : public LayerTransformation, public testing::WithParamInterface<FakeQuantizePrecisionSelectionTransformationParams> {
class FakeQuantizePrecisionSelectionTransformation : public LayerTransformation,
public testing::WithParamInterface<FakeQuantizePrecisionSelectionTransformationParams> {
public:
void SetUp() override {
const ngraph::element::Type precision = std::get<0>(GetParam());
Expand Down

0 comments on commit 86c6706

Please sign in to comment.