MCPcopy Create free account
hub / github.com/alibaba/nann / unbatch

Method unbatch

tensorflow/tensorflow/python/data/ops/dataset_ops.py:1548–1590  ·  view source on GitHub ↗

Splits elements of a dataset into multiple elements. For example, if elements of the dataset are shaped `[B, a0, a1, ...]`, where `B` may vary for each input element, then for each element in the dataset, the unbatched dataset will contain `B` consecutive elements of shape `[a0, a1,

(self)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 15

_BatchGradFunction · 0.80
decoratedFunction · 0.80
testUnbatchGradMethod · 0.80
unbatchFunction · 0.80
StreamingFilesDatasetFunction · 0.80
testBasicUnbatchMethod · 0.80
testUnbatchTimeoutMethod · 0.80

Calls 3

mapMethod · 0.95
_UnbatchDatasetClass · 0.85