Searched refs:_init_from_proto (Results 1 – 6 of 6) sorted by relevance
/external/tensorflow/tensorflow/python/ops/ |
D | critical_section_ops.py | 150 self._init_from_proto(critical_section_def, import_scope=import_scope) 154 def _init_from_proto(self, critical_section_def, import_scope): # pylint: disable=invalid-name member in CriticalSection
|
D | resource_variable_ops.py | 413 self._init_from_proto(variable_def, import_scope=import_scope) 631 def _init_from_proto(self, variable_def, import_scope=None): member in ResourceVariable
|
D | variables.py | 1431 self._init_from_proto(variable_def, import_scope=import_scope) 1613 def _init_from_proto(self, variable_def, import_scope=None): member in RefVariable
|
D | control_flow_ops.py | 1576 self._init_from_proto(context_def, import_scope=import_scope) 1591 def _init_from_proto(self, context_def, import_scope=None): member in CondContext 2189 self._init_from_proto(context_def, import_scope=import_scope) 2232 def _init_from_proto(self, context_def, import_scope=None): member in WhileContext
|
/external/tensorflow/tensorflow/python/training/ |
D | queue_runner_impl.py | 105 self._init_from_proto(queue_runner_def, 168 def _init_from_proto(self, queue_runner_def, import_scope=None): member in QueueRunner
|
/external/tensorflow/tensorflow/contrib/training/python/training/ |
D | hparam.py | 425 self._init_from_proto(hparam_def) 433 def _init_from_proto(self, hparam_def): member in HParams
|