Home
last modified time | relevance | path

Searched refs:_init_from_args (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/python/ops/
Dcritical_section_ops.py152 self._init_from_args(name, shared_name)
166 def _init_from_args(self, name, shared_name): # pylint: disable=invalid-name member in CriticalSection
Dresource_variable_ops.py415 self._init_from_args(
433 def _init_from_args(self, member in ResourceVariable
Dvariables.py1434 self._init_from_args(
1454 def _init_from_args(self, member in RefVariable
Dcontrol_flow_ops.py2192 self._init_from_args(maximum_iterations, parallel_iterations, back_prop,
2197 def _init_from_args(self, maximum_iterations, parallel_iterations, back_prop, member in WhileContext
/external/tensorflow/tensorflow/python/training/
Dqueue_runner_impl.py108 self._init_from_args(
120 def _init_from_args(self, queue=None, enqueue_ops=None, close_op=None, member in QueueRunner