Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
2 changes: 1 addition & 1 deletion paddle/phi/infermeta/binary.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1911,7 +1911,7 @@ void FusedMatmulInferMeta(const MetaTensor& x,
const std::vector<int>& fused_transpose_Y,
const std::vector<int>& fused_reshape_Out,
const std::vector<int>& fused_transpose_Out,
const std::string& mkldnn_data_type,
const std::string& onednn_data_type,
const float scale_x,
const float scale_y,
const float scale_scale_in_eltwise,
Expand Down
2 changes: 1 addition & 1 deletion paddle/phi/infermeta/binary.h
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ void FusedMatmulInferMeta(const MetaTensor& x,
const std::vector<int>& fused_transpose_Y,
const std::vector<int>& fused_reshape_Out,
const std::vector<int>& fused_transpose_Out,
const std::string& mkldnn_data_type,
const std::string& onednn_data_type,
const float scale_x,
const float scale_y,
const float scale_scale_in_eltwise,
Expand Down
2 changes: 1 addition & 1 deletion paddle/phi/infermeta/fusion.cc
Original file line number Diff line number Diff line change
Expand Up @@ -4800,7 +4800,7 @@ void MultiGruInferMeta(
const std::string& gate_activation,
int layers,
bool origin_mode,
const std::string& mkldnn_data_type,
const std::string& onednn_data_type,
float scale_data,
float shift_data,
bool force_fp32_output,
Expand Down
2 changes: 1 addition & 1 deletion paddle/phi/infermeta/fusion.h
Original file line number Diff line number Diff line change
Expand Up @@ -1080,7 +1080,7 @@ void MultiGruInferMeta(
const std::string& gate_activation,
int layers,
bool origin_mode,
const std::string& mkldnn_data_type,
const std::string& onednn_data_type,
float scale_data,
float shift_data,
bool force_fp32_output,
Expand Down
2 changes: 1 addition & 1 deletion paddle/phi/infermeta/multiary.cc
Original file line number Diff line number Diff line change
Expand Up @@ -6098,7 +6098,7 @@ void FusedConvInferMeta(const MetaTensor& input,
const std::vector<int>& dilations,
int groups,
const std::string& data_format,
const std::string& mkldnn_data_type,
const std::string& onednn_data_type,
const std::string& fuse_activation,
bool fuse_residual_conn,
bool force_fp32_output,
Expand Down
2 changes: 1 addition & 1 deletion paddle/phi/infermeta/multiary.h
Original file line number Diff line number Diff line change
Expand Up @@ -1231,7 +1231,7 @@ void FusedConvInferMeta(const MetaTensor& input,
const std::vector<int>& dilations,
int groups,
const std::string& data_format,
const std::string& mkldnn_data_type,
const std::string& onednn_data_type,
const std::string& fuse_activation,
bool fuse_residual_conn,
bool force_fp32_output,
Expand Down