Skip to content

Commit

Permalink
Fix pipeline issue
Browse files Browse the repository at this point in the history
  • Loading branch information
amarin16 committed Nov 8, 2024
1 parent ed6c1e1 commit 0bdd595
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion onnxruntime/test/contrib_ops/skiplayernorm_op_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ TEST(SkipLayerNormTest, SkipSimplifiedLayerNormPrePack) {
test.AddInput<MLFloat16>("x", input_skip_output_dims, ToFloat16({1.f, 1.f, 1.f, 1.f}));
test.AddInput<MLFloat16>("skip", input_skip_output_dims, ToFloat16({1.f, 1.f, 1.f, 1.f}));
test.AddInput<MLFloat16>("gamma", gamma_beta_bias_dims, ToFloat16({1.f, 1.f}), true);
test.AddInput<MLFloat16>("bias", gamma_beta_bias_dims, ToFloat16({1.f, 1.f}), true);
test.AddInput<MLFloat16>("beta", gamma_beta_bias_dims, ToFloat16({1.f, 1.f}), true);
test.AddOutput<MLFloat16>("output", input_skip_output_dims, ToFloat16({
1.f,
1.f,
Expand Down

0 comments on commit 0bdd595

Please sign in to comment.