Home
last modified time | relevance | path

Searched defs:map_func (Results 1 – 12 of 12) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/python/data/experimental/ops/
H A Dbatching.py150 def map_and_batch_with_legacy_function(map_func, argument
214 def map_and_batch(map_func, argument
335 def __init__(self, input_dataset, map_func, batch_size, num_parallel_calls, argument
H A Dprefetching_ops.py234 def __init__(self, input_dataset, map_func, use_inter_op_parallelism=True): argument
263 def map_on_gpu(map_func): argument
H A Dinterleave_ops.py29 def parallel_interleave(map_func, argument
/aosp_15_r20/external/tensorflow/tensorflow/python/data/ops/
H A Ddataset_ops.py2037 map_func, argument
2203 def flat_map(self, map_func, name=None): argument
2239 map_func, argument
4004 map_func, argument
4022 map_func, argument
4071 def flat_map(self, map_func, name=None): argument
4077 map_func, argument
5397 map_func, argument
5437 map_func, argument
5487 def __init__(self, input_dataset, map_func, name=None): argument
[all …]
H A Dreaders.py322 map_func, argument
/aosp_15_r20/external/tensorflow/tensorflow/python/data/benchmarks/
H A Dfrom_tensor_slices_benchmark.py30 def __init__(self, input_dataset, map_func): argument
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/optimizers/data/
H A Dmap_and_filter_fusion.cc194 const FunctionDef* map_func = in OptimizeAndCollectStats() local
/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/opt/
H A Dccp_pass.cpp157 auto map_func = [this](uint32_t id) { in VisitAssignment() local
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dccp_pass.cpp157 auto map_func = [this](uint32_t id) { in VisitAssignment() local
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/opt/
Dccp_pass.cpp157 auto map_func = [this](uint32_t id) { in VisitAssignment() local
/aosp_15_r20/external/mesa3d/src/gallium/frontends/va/
H A Dbuffer.c151 void *(*map_func)(struct pipe_context *, in vlVaMapBuffer2() local
/aosp_15_r20/external/chromium-trace/catapult/devil/devil/utils/
H A Dfind_usb_devices.py394 def CollectHubMaps(hub_types, map_func, device_tree_map=None, fast=False): argument