Home
last modified time | relevance | path

Searched refs:map_with_legacy_function (Results 1 – 9 of 9) sorted by relevance

/external/tensorflow/tensorflow/python/data/kernel_tests/
Dmap_test.py782 _ = dataset_ops.Dataset.range(10).map_with_legacy_function(
1059 dataset.map_with_legacy_function(func)
1073 lambda dataset, func: dataset.map_with_legacy_function(func)),
1098 lambda dataset, func: dataset.map_with_legacy_function(func)),
1117 lambda dataset, func: dataset.map_with_legacy_function(func)),
1154 dataset = dataset.map_with_legacy_function(func)
1198 dataset = dataset.map_with_legacy_function(func)
/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.data.-dataset.pbtxt87 name: "map_with_legacy_function"
Dtensorflow.data.-t-f-record-dataset.pbtxt89 name: "map_with_legacy_function"
Dtensorflow.data.experimental.-csv-dataset.pbtxt89 name: "map_with_legacy_function"
Dtensorflow.data.-text-line-dataset.pbtxt89 name: "map_with_legacy_function"
Dtensorflow.data.experimental.-sql-dataset.pbtxt89 name: "map_with_legacy_function"
Dtensorflow.data.-fixed-length-record-dataset.pbtxt89 name: "map_with_legacy_function"
Dtensorflow.data.experimental.-random-dataset.pbtxt89 name: "map_with_legacy_function"
/external/tensorflow/tensorflow/python/data/ops/
Ddataset_ops.py1671 def map_with_legacy_function(self, map_func, num_parallel_calls=None): member in DatasetV1