Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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_inputs
Method · 0.80
mock_data
Function · 0.80
_build_inputs
Method · 0.80
build_inputs
Method · 0.80
build_eval_dataset
Function · 0.80
get_trivial_data
Function · 0.80
load_synthetic
Method · 0.80
pipeline
Method · 0.80
process_record_dataset
Function · 0.80
single_file_dataset
Function · 0.80
create_pretrain_dataset
Function · 0.80
create_classifier_dataset
Function · 0.80
Calls
no outgoing calls
Tested by
15
build_inputs
Method · 0.64
mock_data
Function · 0.64
_build_inputs
Method · 0.64
get_trivial_data
Function · 0.64
_dataset_fn
Function · 0.64
dataset_fn
Function · 0.64
get_trivial_data
Function · 0.64
dummy_imagenet_dataset
Function · 0.64
dummy_ade20k_dataset
Function · 0.64
_dummy_dataset
Function · 0.64
_fake_build_inputs
Function · 0.64
get_dummy_dataset
Method · 0.64