HomeSort by relevance Sort by last modified time
    Searched refs:_packed_nest_with_indices (Results 1 - 2 of 2) sorted by null

  /external/tensorflow/tensorflow/python/data/util/
nest.py 192 def _packed_nest_with_indices(structure, flat, index): function
214 new_index, child = _packed_nest_with_indices(s, flat, index)
257 _, packed = _packed_nest_with_indices(structure, flat_sequence, 0)
  /external/tensorflow/tensorflow/python/util/
nest.py 326 def _packed_nest_with_indices(structure, flat, index): function
348 new_index, child = _packed_nest_with_indices(s, flat, index)
403 _, packed = _packed_nest_with_indices(structure, flat_sequence, 0)

Completed in 660 milliseconds