@@ -190,7 +190,7 @@ TEST_F(TransformationTestsF, ConvertFCToCompressed6) {
190190 auto reshape = std::make_shared<ov::op::v1::Reshape>(scale, reshape_const, false );
191191 auto transpose_const = ov::op::v0::Constant::create (ov::element::i32 , ov::Shape{ 2 }, { 1 , 0 });
192192 auto transpose = std::make_shared<ov::op::v1::Transpose>(reshape, transpose_const);
193- auto no_bias = std::make_shared<ov::intel_gpu::op::Placeholder>();
193+ auto no_bias = std::make_shared<ov::intel_gpu::op::Placeholder>();
194194 auto fc = std::make_shared<ov::intel_gpu::op::FullyConnected>(input1, transpose, no_bias);
195195
196196 model = std::make_shared<ov::Model>(ov::OutputVector{fc}, ov::ParameterVector{input1});
@@ -201,7 +201,7 @@ TEST_F(TransformationTestsF, ConvertFCToCompressed6) {
201201 auto weights_const = ov::op::v0::Constant::create (ov::element::u4, ov::Shape{ 16 , 32 }, { 1 });
202202 auto transpose_weights_const = ov::op::v0::Constant::create (ov::element::i32 , ov::Shape{ 2 }, { 1 , 0 });
203203 auto transpose_weights = std::make_shared<ov::op::v1::Transpose>(weights_const, transpose_weights_const);
204- auto no_bias = std::make_shared<ov::intel_gpu::op::Placeholder>();
204+ auto no_bias = std::make_shared<ov::intel_gpu::op::Placeholder>();
205205 auto scale_const = ov::op::v0::Constant::create (ov::element::f32 , ov::Shape{ 4 , 32 }, { 1 });
206206 auto transpose_scale_const = ov::op::v0::Constant::create (ov::element::i32 , ov::Shape{ 2 }, { 1 , 0 });
207207 auto transpose_scale = std::make_shared<ov::op::v1::Transpose>(scale_const, transpose_scale_const);
@@ -228,7 +228,7 @@ TEST_F(TransformationTestsF, ConvertFCToCompressed7) {
228228 auto reshape = std::make_shared<ov::op::v1::Reshape>(scale, reshape_const, false );
229229 auto transpose_const = ov::op::v0::Constant::create (ov::element::i32 , ov::Shape{ 2 }, { 1 , 0 });
230230 auto transpose = std::make_shared<ov::op::v1::Transpose>(reshape, transpose_const);
231- auto no_bias = std::make_shared<ov::intel_gpu::op::Placeholder>();
231+ auto no_bias = std::make_shared<ov::intel_gpu::op::Placeholder>();
232232 auto fc = std::make_shared<ov::intel_gpu::op::FullyConnected>(input1, transpose, no_bias);
233233
234234 model = std::make_shared<ov::Model>(ov::OutputVector{fc}, ov::ParameterVector{input1});
@@ -239,7 +239,7 @@ TEST_F(TransformationTestsF, ConvertFCToCompressed7) {
239239 auto weights_const = ov::op::v0::Constant::create (ov::element::u4, ov::Shape{ 16 , 32 }, { 1 });
240240 auto transpose_weights_const = ov::op::v0::Constant::create (ov::element::i32 , ov::Shape{ 2 }, { 1 , 0 });
241241 auto transpose_weights = std::make_shared<ov::op::v1::Transpose>(weights_const, transpose_weights_const);
242- auto no_bias = std::make_shared<ov::intel_gpu::op::Placeholder>();
242+ auto no_bias = std::make_shared<ov::intel_gpu::op::Placeholder>();
243243 auto scale_const = ov::op::v0::Constant::create (ov::element::f16 , ov::Shape{ 4 , 32 }, { 1 });
244244 auto transpose_scale_const = ov::op::v0::Constant::create (ov::element::i32 , ov::Shape{ 2 }, { 1 , 0 });
245245 auto transpose_scale = std::make_shared<ov::op::v1::Transpose>(scale_const, transpose_scale_const);
@@ -345,7 +345,7 @@ TEST_F(TransformationTestsF, ConvertFCToCompressed8) {
345345 auto reshape = std::make_shared<ov::op::v1::Reshape>(scale, reshape_const, false );
346346 auto transpose_const = ov::op::v0::Constant::create (ov::element::i32 , ov::Shape{ 2 }, { 1 , 0 });
347347 auto transpose = std::make_shared<ov::op::v1::Transpose>(reshape, transpose_const);
348- auto no_bias = std::make_shared<ov::intel_gpu::op::Placeholder>();
348+ auto no_bias = std::make_shared<ov::intel_gpu::op::Placeholder>();
349349
350350 auto param1 = std::make_shared<ov::op::v0::Parameter>(ov::element::f16 , ov::PartialShape{-1 , 15 });
351351 auto const_value1 = ov::op::v0::Constant::create (ov::element::f16 , ov::Shape{1 , 1 }, {1 });
@@ -374,7 +374,7 @@ TEST_F(TransformationTestsF, ConvertFCToCompressed8) {
374374 auto weights_const = ov::op::v0::Constant::create (ov::element::u4, ov::Shape{ 16 , 32 }, { 1 });
375375 auto transpose_weights_const = ov::op::v0::Constant::create (ov::element::i32 , ov::Shape{ 2 }, { 1 , 0 });
376376 auto transpose_weights = std::make_shared<ov::op::v1::Transpose>(weights_const, transpose_weights_const);
377- auto no_bias = std::make_shared<ov::intel_gpu::op::Placeholder>();
377+ auto no_bias = std::make_shared<ov::intel_gpu::op::Placeholder>();
378378 auto scale_const = ov::op::v0::Constant::create (ov::element::f16 , ov::Shape{ 4 , 32 }, { 1 });
379379 auto transpose_scale_const = ov::op::v0::Constant::create (ov::element::i32 , ov::Shape{ 2 }, { 1 , 0 });
380380 auto transpose_scale = std::make_shared<ov::op::v1::Transpose>(scale_const, transpose_scale_const);
@@ -417,7 +417,7 @@ TEST_F(TransformationTestsF, ConvertFCToCompressed9) {
417417 auto sub = std::make_shared<ov::op::v1::Subtract>(convert, zp_const);
418418 auto scale_const = ov::op::v0::Constant::create (ov::element::f16 , ov::Shape{ 32 , 1 }, { 1 });
419419 auto scale = std::make_shared<ov::op::v1::Multiply>(sub, scale_const);
420- auto no_bias = std::make_shared<ov::intel_gpu::op::Placeholder>();
420+ auto no_bias = std::make_shared<ov::intel_gpu::op::Placeholder>();
421421 auto fc = std::make_shared<ov::intel_gpu::op::FullyConnected>(input1, scale, no_bias);
422422
423423 model = std::make_shared<ov::Model>(ov::OutputVector{fc}, ov::ParameterVector{input1});
@@ -428,7 +428,7 @@ TEST_F(TransformationTestsF, ConvertFCToCompressed9) {
428428 auto weights_const = ov::op::v0::Constant::create (ov::element::u8 , ov::Shape{ 32 , 16 }, { 1 });
429429 auto scale_const = ov::op::v0::Constant::create (ov::element::f16 , ov::Shape{ 32 , 1 }, { 1 });
430430 auto zp_const = ov::op::v0::Constant::create (ov::element::f16 , ov::Shape{ 32 , 1 }, { 1 });
431- auto no_bias = std::make_shared<ov::intel_gpu::op::Placeholder>();
431+ auto no_bias = std::make_shared<ov::intel_gpu::op::Placeholder>();
432432 auto fc_compressed = std::make_shared<ov::intel_gpu::op::FullyConnectedCompressed>(input1, weights_const, no_bias, scale_const, zp_const);
433433
434434 model_ref = std::make_shared<ov::Model>(ov::OutputVector{fc_compressed}, ov::ParameterVector{input1});
@@ -445,7 +445,7 @@ TEST_F(TransformationTestsF, ConvertFCToCompressed10) {
445445 auto sub = std::make_shared<ov::op::v1::Subtract>(convert, zp_convert);
446446 auto scale_const = ov::op::v0::Constant::create (ov::element::f16 , ov::Shape{ 32 , 1 }, { 1 });
447447 auto scale = std::make_shared<ov::op::v1::Multiply>(sub, scale_const);
448- auto no_bias = std::make_shared<ov::intel_gpu::op::Placeholder>();
448+ auto no_bias = std::make_shared<ov::intel_gpu::op::Placeholder>();
449449 auto fc = std::make_shared<ov::intel_gpu::op::FullyConnected>(input1, scale, no_bias);
450450
451451 model = std::make_shared<ov::Model>(ov::OutputVector{fc}, ov::ParameterVector{input1});
@@ -456,7 +456,7 @@ TEST_F(TransformationTestsF, ConvertFCToCompressed10) {
456456 auto weights_const = ov::op::v0::Constant::create (ov::element::u8 , ov::Shape{ 32 , 16 }, { 1 });
457457 auto scale_const = ov::op::v0::Constant::create (ov::element::f16 , ov::Shape{ 32 , 1 }, { 1 });
458458 auto zp_const = ov::op::v0::Constant::create (ov::element::u8 , ov::Shape{ 32 , 1 }, { 1 });
459- auto no_bias = std::make_shared<ov::intel_gpu::op::Placeholder>();
459+ auto no_bias = std::make_shared<ov::intel_gpu::op::Placeholder>();
460460 auto fc_compressed = std::make_shared<ov::intel_gpu::op::FullyConnectedCompressed>(input1, weights_const, no_bias, scale_const, zp_const);
461461
462462 model_ref = std::make_shared<ov::Model>(ov::OutputVector{fc_compressed}, ov::ParameterVector{input1});
0 commit comments