MCPcopy Index your code
hub / github.com/tensorflow/models / map

Method map

official/recommendation/popen_helper.py:42–43  ·  view source on GitHub ↗
(self, func, iterable, chunksize=None)

Source from the content-addressed store, hash-verified

40 pass
41
42 def map(self, func, iterable, chunksize=None):
43 return [func(i) for i in iterable]
44
45 def imap(self, func, iterable, chunksize=1):
46 for i in iterable:

Callers 15

build_inputsMethod · 0.80
mock_dataFunction · 0.80
_build_inputsMethod · 0.80
build_inputsMethod · 0.80
build_eval_datasetFunction · 0.80
get_trivial_dataFunction · 0.80
load_syntheticMethod · 0.80
pipelineMethod · 0.80
process_record_datasetFunction · 0.80
single_file_datasetFunction · 0.80
create_pretrain_datasetFunction · 0.80

Calls

no outgoing calls

Tested by 15

build_inputsMethod · 0.64
mock_dataFunction · 0.64
_build_inputsMethod · 0.64
get_trivial_dataFunction · 0.64
_dataset_fnFunction · 0.64
dataset_fnFunction · 0.64
get_trivial_dataFunction · 0.64
dummy_imagenet_datasetFunction · 0.64
dummy_ade20k_datasetFunction · 0.64
_dummy_datasetFunction · 0.64
_fake_build_inputsFunction · 0.64
get_dummy_datasetMethod · 0.64