Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/contrib/data/python/ops/
Dinterleave_ops.py26 def parallel_interleave(map_func, argument
82 def sloppy_interleave(map_func, cycle_length, block_length=1): argument
Dbatching.py232 def map_and_batch(map_func, argument
/external/tensorflow/tensorflow/python/data/experimental/ops/
Dprefetching_ops.py231 def __init__(self, input_dataset, map_func, use_inter_op_parallelism=True): argument
260 def map_on_gpu(map_func): argument
Dbatching.py568 def __init__(self, input_dataset, map_func, batch_size, num_parallel_calls, argument
614 def map_and_batch_with_legacy_function(map_func, argument
674 def map_and_batch(map_func, argument
Dinterleave_ops.py41 def parallel_interleave(map_func, argument
/external/tensorflow/tensorflow/contrib/eager/python/
Dnetwork.py756 network, save_path, global_step=None, map_func=None): argument
866 def _restore_existing_variables(network, save_path, map_func, user_map_func): argument
914 def _set_restore_on_create(network, save_path, map_func, user_map_func, argument
957 def restore_network_checkpoint(network, save_path, map_func=None): argument
Dsaver.py48 def restore_variables_on_create(save_path, map_func=None): argument
Dsaver_test.py100 def map_func(x): function
/external/tensorflow/tensorflow/core/kernels/data/
Dmap_dataset_op.cc54 MapIteratorFunction map_func; in MakeDataset() local
103 bool use_inter_op_parallelism, MapIteratorFunction map_func, in Dataset()
194 explicit Iterator(const Params& params, MapIteratorFunction map_func) in Iterator()
Dparallel_map_dataset_op.cc251 auto map_func = [this](IteratorContext* ctx, const string& prefix, in MapFunc() local
/external/tensorflow/tensorflow/python/data/ops/
Ddataset_ops.py929 def map(self, map_func, num_parallel_calls=None): argument
1027 def flat_map(self, map_func): argument
1058 map_func, argument
1661 def map(self, map_func, num_parallel_calls=None): argument
1671 def map_with_legacy_function(self, map_func, num_parallel_calls=None): argument
1708 def flat_map(self, map_func): argument
1713 map_func, argument
2993 map_func, argument
3031 map_func, argument
3071 def __init__(self, input_dataset, map_func): argument
[all …]
Dreaders.py125 def __init__(self, input_dataset, map_func, cycle_length, block_length, argument
/external/tensorflow/tensorflow/core/grappler/optimizers/data/
Dmap_and_filter_fusion.cc126 const FunctionDef* map_func = in OptimizeAndCollectStats() local
Dmap_vectorization.cc526 const FunctionDef* map_func; in OptimizeAndCollectStats() local
/external/tensorflow/tensorflow/core/kernels/data/experimental/
Dmap_and_batch_dataset_op.cc92 MapAndBatchIteratorFunction map_func; in MakeDataset() local
153 MapAndBatchIteratorFunction map_func, bool preserve_cardinality) in Dataset()
256 MapAndBatchIteratorFunction map_func) in Iterator()
/external/deqp-deps/SPIRV-Tools/source/opt/
Dccp_pass.cpp131 auto map_func = [this](uint32_t id) { in VisitAssignment() local
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dccp_pass.cpp131 auto map_func = [this](uint32_t id) { in VisitAssignment() local
/external/chromium-trace/catapult/devil/devil/utils/
Dfind_usb_devices.py390 def CollectHubMaps(hub_types, map_func, device_tree_map=None, fast=False): argument