diff --git a/python/paddle/jit/dy2static/program_translator.py b/python/paddle/jit/dy2static/program_translator.py index 670396475eee7..548487a843a31 100644 --- a/python/paddle/jit/dy2static/program_translator.py +++ b/python/paddle/jit/dy2static/program_translator.py @@ -677,7 +677,6 @@ def __init__(self, function, input_spec=None, **kwargs): self.last_call_input_spec = None def _perform_call(self, *args, **kwargs): -<<<<<<< HEAD args, kwargs = self._function_spec.unified_args_and_kwargs(args, kwargs) ( input_args_with_spec, @@ -685,8 +684,6 @@ def _perform_call(self, *args, **kwargs): ) = self._function_spec.args_to_input_spec(args, kwargs) self.last_call_input_spec = input_args_with_spec -======= ->>>>>>> dfef6dc85728412c35f9af3a82ddba2f57713101 from sot import symbolic_translate build_strategy = self._kwargs.get("build_strategy", None) @@ -1898,4 +1895,4 @@ def _to_prim( whitelist=whitelist, start_idx=start_idx, backward_length=backward_length, - ) \ No newline at end of file + )