Searched refs:_unbatch (Results 1 – 4 of 4) sorted by relevance
/external/tensorflow/tensorflow/python/data/util/ | ||
D | structure.py | 183 def _unbatch(self): member in Structure |
D | structure_test.py | 443 unbatched_structure = element_structure._unbatch() |
/external/tensorflow/tensorflow/python/data/ops/ | ||
D | optional_ops.py | 204 def _unbatch(self): member in OptionalStructure |
D | dataset_ops.py | 2102 self._structure = batched_structure._unbatch() |