Searched defs:_init_from_proto (Results 1 – 6 of 6) sorted by relevance
/external/tensorflow/tensorflow/python/ops/ |
D | critical_section_ops.py | 154 def _init_from_proto(self, critical_section_def, import_scope): # pylint: disable=invalid-name member in CriticalSection
|
D | control_flow_ops.py | 1591 def _init_from_proto(self, context_def, import_scope=None): member in CondContext 2232 def _init_from_proto(self, context_def, import_scope=None): member in WhileContext
|
D | resource_variable_ops.py | 631 def _init_from_proto(self, variable_def, import_scope=None): member in ResourceVariable
|
D | variables.py | 1613 def _init_from_proto(self, variable_def, import_scope=None): member in RefVariable
|
/external/tensorflow/tensorflow/python/training/ |
D | queue_runner_impl.py | 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 | 433 def _init_from_proto(self, hparam_def): member in HParams
|