Searched refs:_packed_nest_with_indices (Results 1 – 2 of 2) sorted by relevance
/external/tensorflow/tensorflow/python/data/util/ |
D | nest.py | 99 def _packed_nest_with_indices(structure, flat, index): function 121 new_index, child = _packed_nest_with_indices(s, flat, index) 164 _, packed = _packed_nest_with_indices(structure, flat_sequence, 0)
|
/external/tensorflow/tensorflow/python/util/ |
D | nest.py | 569 def _packed_nest_with_indices(structure, flat, index, is_seq, sequence_fn=None): function 594 new_index, child = _packed_nest_with_indices(s, flat, index, is_seq, 630 final_index, packed = _packed_nest_with_indices(structure, flat_sequence,
|