Home
last modified time | relevance | path

Searched defs:unbatch (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/python/framework/
H A Dtype_spec.py640 def unbatch(self, spec): member in TypeSpecBatchEncoder
715 def unbatch(self, type_spec): member in LegacyTypeSpecBatchEncoder
H A Dextension_type.py574 def unbatch(self, spec): member in ExtensionTypeBatchEncoder
/aosp_15_r20/external/tensorflow/tensorflow/python/data/experimental/ops/
H A Dbatching.py273 def unbatch(): function
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/ragged/
H A Ddynamic_ragged_shape.py84 def unbatch(self, member in _DynamicRaggedShapeBatchEncoder
/aosp_15_r20/external/tensorflow/tensorflow/python/data/ops/
H A Ddataset_ops.py2817 def unbatch(self, name=None): member in DatasetV2
4126 def unbatch(self, name=None): member in DatasetV1
/aosp_15_r20/external/pytorch/test/
H A Dtest_datapipe.py2974 def unbatch(x): function