Searched refs:function_call_options (Results 1 – 7 of 7) sorted by relevance
1239 def function_call_options(self): member in Context1246 if self._thread_local_data.function_call_options is None:1252 self._thread_local_data.function_call_options = FunctionCallOptions(1255 return self._thread_local_data.function_call_options1257 @function_call_options.setter1258 def function_call_options(self, options): member in Context1260 self._thread_local_data.function_call_options = options1733 self._thread_local_data.function_call_options = None1738 self._thread_local_data.function_call_options = None1750 self._thread_local_data.function_call_options = None[all …]
416 tensorflow::Safe_PyObjectPtr function_call_options; member
466 function_call_options = ctx.function_call_options467 if function_call_options.config_proto_serialized is None:470 config = function_call_options.config_proto_serialized471 executor_type = function_call_options.executor_type or ""
4197 thread_local_data->function_call_options.reset(Py_None);
1789 context.context().function_call_options = None
121 context.context().function_call_options.executor_type !=290 if (context.context().function_call_options.executor_type ==
529 return GetPyObject(&GetData()->function_call_options); in get_function_call_options()532 SetPyObject(v, &GetData()->function_call_options); in set_function_call_options()