Skip to content

Commit 3c74e3e

Browse files
Update onnxruntime/test/providers/qnn/bf16_op_test.cc
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 867d045 commit 3c74e3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

onnxruntime/test/providers/qnn/bf16_op_test.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ namespace test {
3737

3838
// Helper function to create a Conv model for BF16 testing
3939
[[maybe_unused]] static GetTestModelFn BuildBF16ConvTestCase(const TestInputDef<float>& input_def,
40-
const TestInputDef<float>& weights_def) {
40+
const TestInputDef<float>& weights_def) {
4141
return [input_def, weights_def](ModelTestBuilder& builder) {
4242
NodeArg* input = MakeTestInput(builder, input_def);
4343
NodeArg* weights = MakeTestInput(builder, weights_def);

0 commit comments

Comments
 (0)