Skip to content

Commit 78cdc13

Browse files
committed
Fix
1 parent 6f1d268 commit 78cdc13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

paddle/fluid/operators/ops_signature/load_combine_sig.cc

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ KernelSignature LoadCombineOpArgumentMapping(
2929
{"file_path", "load_as_fp16", "model_from_memory"},
3030
{"Out"});
3131
} else {
32-
return KernelSignature("load_combine_fluid",
32+
return KernelSignature("load_combine_extended",
3333
{},
3434
{"file_path", "load_as_fp16", "model_from_memory"},
3535
{"Out"});

0 commit comments

Comments
 (0)