MCPcopy Create free account
hub / github.com/tensorflow/datasets / tqdm

Function tqdm

tensorflow_datasets/core/utils/tqdm_utils.py:90–94  ·  view source on GitHub ↗
(*args, **kwargs)

Source from the content-addressed store, hash-verified

88
89
90def tqdm(*args, **kwargs):
91 if _active:
92 return tqdm_lib.tqdm(*args, **kwargs)
93 else:
94 return EmptyTqdm(*args, **kwargs)
95
96
97def async_tqdm(*args, **kwargs):

Callers

nothing calls this directly

Calls 2

EmptyTqdmClass · 0.85
tqdmMethod · 0.45

Tested by

no test coverage detected