Skip to content

Commit e074022

Browse files
authored
test_mkldnn_pad3d_op modify use_mkldnn [fluid_ops] (#74505)
* Fix * Fix
1 parent a4280d4 commit e074022

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/ir/inference/test_mkldnn_pad3d_op.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ def generate_paddings():
9898
"mode": "constant",
9999
"data_format": kwargs['data_format'],
100100
"paddings": kwargs['paddings'],
101-
"use_mkldnn": True,
101+
"use_onednn": True,
102102
},
103103
)
104104

0 commit comments

Comments
 (0)