Home
last modified time | relevance | path

Searched refs:function_call_options (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/python/eager/
Dcontext.py152 self.function_call_options = None
637 def function_call_options(self): member in Context
644 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_options
652 @function_call_options.setter
653 def function_call_options(self, options): member in Context
655 self._thread_local_data.function_call_options = options
789 self._thread_local_data.function_call_options = None
1081 current_options = context().function_call_options
[all …]
Dfunction.py400 function_call_options = ctx.function_call_options
401 if function_call_options.config_proto_serialized is None:
404 config = function_call_options.config_proto_serialized
405 executor_type = function_call_options.executor_type or ""
/external/tensorflow/tensorflow/python/ops/
Dcontrol_flow_util_v2.py118 context.context().function_call_options.executor_type !=