Home
last modified time | relevance | path

Searched refs:_init_from_proto (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/python/ops/
Dcritical_section_ops.py150 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
Dresource_variable_ops.py413 self._init_from_proto(variable_def, import_scope=import_scope)
631 def _init_from_proto(self, variable_def, import_scope=None): member in ResourceVariable
Dvariables.py1431 self._init_from_proto(variable_def, import_scope=import_scope)
1613 def _init_from_proto(self, variable_def, import_scope=None): member in RefVariable
Dcontrol_flow_ops.py1576 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/
Dqueue_runner_impl.py105 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/
Dhparam.py425 self._init_from_proto(hparam_def)
433 def _init_from_proto(self, hparam_def): member in HParams