Searched refs:function_call_options (Results 1 – 3 of 3) sorted by relevance
188 self.function_call_options = None987 def function_call_options(self): member in Context994 if self._thread_local_data.function_call_options is None:1000 self._thread_local_data.function_call_options = FunctionCallOptions(1003 return self._thread_local_data.function_call_options1005 @function_call_options.setter1006 def function_call_options(self, options): member in Context1008 self._thread_local_data.function_call_options = options1322 self._thread_local_data.function_call_options = None1334 self._thread_local_data.function_call_options = None[all …]
581 function_call_options = ctx.function_call_options582 if function_call_options.config_proto_serialized is None:585 config = function_call_options.config_proto_serialized586 executor_type = function_call_options.executor_type or ""
106 context.context().function_call_options.executor_type !=258 if (context.context().function_call_options.executor_type ==