HomeSort by relevance Sort by last modified time
    Searched refs:_init_from_proto (Results 1 - 6 of 6) sorted by null

  /external/tensorflow/tensorflow/contrib/framework/python/ops/
critical_section_ops.py 120 self._init_from_proto(critical_section_def, import_scope=import_scope)
124 def _init_from_proto(self, critical_section_def, import_scope): member in class:CriticalSection
  /external/tensorflow/tensorflow/python/estimator/inputs/queues/
feeding_queue_runner.py 172 def _init_from_proto(self, queue_runner_def): member in class:_FeedingQueueRunner
  /external/tensorflow/tensorflow/python/training/
queue_runner_impl.py 100 self._init_from_proto(queue_runner_def,
163 def _init_from_proto(self, queue_runner_def, import_scope=None): member in class:QueueRunner
  /external/tensorflow/tensorflow/python/ops/
resource_variable_ops.py 272 self._init_from_proto(variable_def, import_scope=import_scope)
495 def _init_from_proto(self, variable_def, import_scope=None): member in class:ResourceVariable
    [all...]
variables.py 222 self._init_from_proto(variable_def, import_scope=import_scope)
394 def _init_from_proto(self, variable_def, import_scope=None): member in class:Variable
    [all...]
control_flow_ops.py 1703 def _init_from_proto(self, context_def, import_scope=None): member in class:CondContext
2261 def _init_from_proto(self, context_def, import_scope=None): member in class:WhileContext
    [all...]

Completed in 365 milliseconds