Searched defs:unbatch (Results 1 – 6 of 6) sorted by relevance
/external/tensorflow/tensorflow/python/data/experimental/ops/ | ||
D | batching.py | 273 def unbatch(): function |
/external/tensorflow/tensorflow/python/framework/ | ||
D | type_spec.py | 640 def unbatch(self, spec): member in TypeSpecBatchEncoder |
D | extension_type.py | 574 def unbatch(self, spec): member in ExtensionTypeBatchEncoder |
/external/tensorflow/tensorflow/python/ops/ragged/ | ||
D | dynamic_ragged_shape.py | 84 def unbatch(self, member in _DynamicRaggedShapeBatchEncoder |
/external/tensorflow/tensorflow/python/data/ops/ | ||
D | dataset_ops.py | 2817 def unbatch(self, name=None): member in DatasetV2 |
/external/pytorch/test/ | ||
D | test_datapipe.py | 2974 def unbatch(x): function |