Home
last modified time | relevance | path

Searched defs:input_fn (Results 1 – 24 of 24) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/python/distribute/coordinator/
H A Dcluster_coordinator_test.py540 def input_fn(): function
568 def input_fn(): function
613 def input_fn(): function
638 def input_fn(): function
652 def input_fn(): function
742 def input_fn(): function
803 def input_fn(): function
1007 def input_fn(): function
1056 def input_fn(): function
1386 def input_fn(): function
[all …]
/aosp_15_r20/external/tensorflow/tensorflow/python/data/util/
H A Dsparse_test.py312 def testSerializeDeserialize(self, input_fn): argument
328 def testSerializeManyDeserialize(self, input_fn): argument
H A Drandom_seed_test.py118 def testRandomSeed(self, input_fn, output_fn): argument
/aosp_15_r20/external/pytorch/test/distributed/_tensor/
H A Dtest_api.py188 def input_fn(mod, inputs, device_mesh): function
233 def input_fn(inputs, device_mesh): function
H A Dtest_optimizers.py38 def input_fn(mod, inputs, device_mesh): function
/aosp_15_r20/external/tensorflow/tensorflow/python/keras/distribute/
H A Ddistributed_training_utils_v1.py837 def distributed_function(input_fn): argument
852 def execution_function(input_fn): argument
/aosp_15_r20/external/tensorflow/tensorflow/python/tpu/
H A Dasync_checkpoint_test.py52 def input_fn(params): function
/aosp_15_r20/external/tensorflow/tensorflow/python/tpu/tests/
H A Dtpu_embedding_v2_optimizer_test.py84 def input_fn(ctx): function
/aosp_15_r20/external/tensorflow/tensorflow/core/platform/
H A Dram_file_system_test.py126 def input_fn(): function
/aosp_15_r20/external/tensorflow/tensorflow/python/distribute/
H A Ddistribute_lib.py973 def make_input_fn_iterator(self, argument
1903 def make_input_fn_iterator(self, # pylint: disable=useless-super-delegation argument
2284 def _make_input_fn_iterator(self, input_fn, replication_mode): argument
3666 def _make_input_fn_iterator(self, argument
H A Dparameter_server_strategy_test.py518 def _test_input_fn_iterator(self, argument
H A Dcollective_all_reduce_strategy.py704 def _make_input_fn_iterator( argument
H A Done_device_strategy.py294 def _make_input_fn_iterator( argument
H A Dparameter_server_strategy.py354 def _make_input_fn_iterator( argument
H A Dcollective_all_reduce_strategy_test.py238 def _test_input_fn_iterator(self, argument
H A Ddistribute_lib_test.py80 def _make_input_fn_iterator( argument
H A Dmirrored_strategy.py549 def _make_input_fn_iterator( argument
H A Dstrategy_test_lib.py357 def _test_input_fn_iterable( argument
H A Dtpu_strategy.py944 def _make_input_fn_iterator( argument
H A Dinput_lib_test.py274 def _create_dataset_or_input_fn(self, input_type, input_fn): argument
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/
H A Daccumulate_n_benchmark.py115 def _RunBenchmark(self, tag, input_fn, sizes, ninputs, repeats): argument
/aosp_15_r20/external/cronet/testing/rust_gtest_interop/
H A Dgtest_attribute.rs120 let mut input_fn = parse_macro_input!(input as ItemFn); in gtest() localVariable
/aosp_15_r20/external/tensorflow/tensorflow/python/distribute/v1/
H A Dinput_lib.py277 def __init__(self, input_fn, input_workers, input_contexts, strategy): argument
/aosp_15_r20/external/tensorflow/tensorflow/python/compiler/tensorrt/
H A Dtrt_convert.py1411 def build(self, input_fn): argument