Searched refs:function_call_options (Results 1 – 3 of 3) sorted by relevance
152 self.function_call_options = None637 def function_call_options(self): member in Context644 if self._thread_local_data.function_call_options is None:647 self._thread_local_data.function_call_options = FunctionCallOptions(650 return self._thread_local_data.function_call_options652 @function_call_options.setter653 def function_call_options(self, options): member in Context655 self._thread_local_data.function_call_options = options789 self._thread_local_data.function_call_options = None1081 current_options = context().function_call_options[all …]
400 function_call_options = ctx.function_call_options401 if function_call_options.config_proto_serialized is None:404 config = function_call_options.config_proto_serialized405 executor_type = function_call_options.executor_type or ""
118 context.context().function_call_options.executor_type !=