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.py99 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/
Dnest.py569 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,