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