Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/ops/parallel_for/
Dpfor.py675 def stack_inputs(self, stack_indices=None): argument
682 if stack_indices is None:
683 stack_indices = range(len(self._inputs))
685 for i in stack_indices:
1401 pfor_input.stack_inputs(stack_indices=input_indices)
1587 pfor_input.stack_inputs(stack_indices=[2])
1799 pfor_input.stack_inputs(stack_indices=[1])
1835 pfor_input.stack_inputs(stack_indices=range(n - 1))