Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/ops/parallel_for/
Dpfor.py4195 def _partition_inputs_for_indices(inputs, indices): function
4254 then_inputs = _partition_inputs_for_indices(inputs, then_indices)
4255 else_inputs = _partition_inputs_for_indices(inputs, else_indices)