Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/data/util/
Dnest.py128 def _packed_nest_with_indices(structure, flat, index): function
150 new_index, child = _packed_nest_with_indices(s, flat, index)
193 _, packed = _packed_nest_with_indices(structure, flat_sequence, 0)
/external/tensorflow/tensorflow/python/util/
Dnest.py354 def _packed_nest_with_indices(structure, flat, index, is_seq): function
377 new_index, child = _packed_nest_with_indices(s, flat, index, is_seq)
430 final_index, packed = _packed_nest_with_indices(structure, flat_sequence,