Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
set default value to is_output_bnsh
  • Loading branch information
titaiwangms committed Jan 15, 2026
commit cc7a947285141fe232f356c5cd2088e50218b108
2 changes: 1 addition & 1 deletion onnxruntime/contrib_ops/cpu/bert/attention_parameters.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ struct AttentionParameters {
float mask_filter_value;
float scale;
bool use_tf32;
bool is_output_bnsh; // whether the output format is BNSH
bool is_output_bnsh = false; // whether the output format is BNSH
AttentionMaskType mask_type;
AttentionQkvFormat qkv_format;
};
Expand Down
Loading