Home
last modified time | relevance | path

Searched defs:map_fn (Results 1 – 25 of 46) sorted by relevance

12

/aosp_15_r20/external/tensorflow/tensorflow/python/data/experimental/kernel_tests/optimization/
H A Dmake_deterministic_test.py65 def map_fn(x): function
101 def map_fn(x): function
121 def map_fn(x): function
140 def map_fn(x): function
165 def map_fn(x): function
198 def map_fn(x): function
260 def map_fn(x): function
350 def map_fn(x): function
H A Doptimization_test.py52 def map_fn(x): function
/aosp_15_r20/external/tensorflow/tensorflow/python/data/experimental/kernel_tests/
H A Dmap_and_batch_test.py330 map_fn = lambda x: x function
339 map_fn = lambda x: (x, x) function
348 map_fn = lambda x, y: (y, x) function
359 map_fn = lambda x, y: x function
380 def map_fn(x): function
496 def map_fn(i): function
H A Dparallel_interleave_test.py70 def map_fn(x): function
625 def map_fn(x): function
710 map_fn = lambda x: dataset_ops.Dataset.range(20 * x, 20 * (x + 1)) function
H A Dfrom_list_test.py68 def testDatasetInputs(self, map_fn): argument
/aosp_15_r20/external/tensorflow/tensorflow/python/data/kernel_tests/
H A Dflat_map_test.py192 def map_fn(x): function
221 def map_fn(y): function
237 def map_fn(x): function
267 def map_fn(x): function
H A Dreduce_test.py121 def map_fn(i): function
204 def map_fn(x): function
H A Diterator_test.py719 def map_fn(target, handle): function
1057 def map_fn(x): function
/aosp_15_r20/external/tensorflow/tensorflow/python/data/experimental/ops/
H A Dbatching.py446 map_fn = lambda *value: nest.map_structure(to_ragged_variant, value) function
448 map_fn = lambda value: nest.map_structure(to_ragged_variant, value) function
/aosp_15_r20/external/pytorch/torch/masked/maskedtensor/
H A Dcore.py70 def _map_mt_args_kwargs(args, kwargs, map_fn): argument
71 def _helper(a, map_fn): argument
/aosp_15_r20/external/tensorflow/tensorflow/python/distribute/
H A Dinput_lib_test.py1159 def map_fn(per_replica_values): function
1296 def map_fn(per_replica_values): function
1421 def map_fn(offset, batch_size): function
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/ragged/
H A Dragged_map_ops.py27 def map_fn(fn, function
/aosp_15_r20/external/tensorflow/tensorflow/python/data/util/
H A Dtraverse_test.py92 def map_fn(ds): function
/aosp_15_r20/prebuilts/runtime/mainline/platform/sdk/include/external/perfetto/include/perfetto/ext/base/threading/
H A Dstream.h68 Stream<FutureReturn<Function, T>> MapFuture(Function map_fn) && { in MapFuture()
H A Dstream_combinators.h78 MapFutureStreamImpl(Stream<T> stream, Function map_fn) in MapFutureStreamImpl()
/aosp_15_r20/external/perfetto/include/perfetto/ext/base/threading/
H A Dstream.h68 Stream<FutureReturn<Function, T>> MapFuture(Function map_fn) && { in MapFuture()
H A Dstream_combinators.h78 MapFutureStreamImpl(Stream<T> stream, Function map_fn) in MapFutureStreamImpl()
/aosp_15_r20/external/executorch/exir/emit/test/
H A Dtest_emit.py639 def map_fn(x: torch.Tensor, y: torch.Tensor) -> torch.Tensor: function
730 def map_fn(x: torch.Tensor, y: torch.Tensor) -> torch.Tensor: function
747 def map_fn(x: torch.Tensor, y: torch.Tensor) -> torch.Tensor: function
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tfrt/saved_model/
H A Dsaved_model.cc67 llvm::function_ref<void(const TFRTSavedModelSignatureInfo&)> map_fn) { in MapFunctionSignaturesFromTFSavedModelMLIR()
/aosp_15_r20/external/executorch/exir/backend/test/
H A Dtest_backends.py1080 def map_fn(x, y): function
1146 def map_fn(x, pred1, pred2, y): function
H A Dtest_backends_lifted.py1067 def map_fn(x, y): function
1134 def map_fn(x, pred1, pred2, y): function
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/
H A Dmap_fn.py44 def map_fn(fn, function
/aosp_15_r20/external/pytorch/test/functorch/
H A Dtest_control_flow.py2977 def map_fn(x, y): function
3003 def map_fn(x, y): function
3035 def map_fn(x, y): function
3052 def map_fn(x, y): function
3092 def map_fn(x): function
3424 def map_fn(pred, x): function
/aosp_15_r20/external/tensorflow/tensorflow/python/distribute/coordinator/
H A Dcluster_coordinator_test.py615 def map_fn(x): function
1438 def map_fn(x): function
/aosp_15_r20/external/tensorflow/tensorflow/python/keras/distribute/
H A Ddataset_creator_model_fit_test_base.py55 map_fn = lambda x, y: (lookup_layer(x), y) function

12