Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/contrib/framework/python/ops/
Dcritical_section_ops.py120 self._init_from_proto(critical_section_def, import_scope=import_scope)
124 def _init_from_proto(self, critical_section_def, import_scope): member in CriticalSection
/external/tensorflow/tensorflow/python/training/
Dqueue_runner_impl.py100 self._init_from_proto(queue_runner_def,
163 def _init_from_proto(self, queue_runner_def, import_scope=None): member in QueueRunner
/external/tensorflow/tensorflow/contrib/training/python/training/
Dhparam.py409 self._init_from_proto(hparam_def)
417 def _init_from_proto(self, hparam_def): member in HParams
/external/tensorflow/tensorflow/python/estimator/inputs/queues/
Dfeeding_queue_runner.py172 def _init_from_proto(self, queue_runner_def): member in _FeedingQueueRunner
/external/tensorflow/tensorflow/python/ops/
Dresource_variable_ops.py272 self._init_from_proto(variable_def, import_scope=import_scope)
495 def _init_from_proto(self, variable_def, import_scope=None): member in ResourceVariable
Dvariables.py222 self._init_from_proto(variable_def, import_scope=import_scope)
394 def _init_from_proto(self, variable_def, import_scope=None): member in Variable
Dcontrol_flow_ops.py1691 self._init_from_proto(context_def, import_scope=import_scope)
1703 def _init_from_proto(self, context_def, import_scope=None): member in CondContext
2219 self._init_from_proto(context_def, import_scope=import_scope)
2261 def _init_from_proto(self, context_def, import_scope=None): member in WhileContext