Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/data/kernel_tests/
Dinterleave_test.py36 def _interleave(lists, cycle_length, block_length, num_parallel_calls=None): argument
150 def testPythonImplementation(self, input_values, cycle_length, block_length, argument
188 def testInterleaveDataset(self, input_values, cycle_length, block_length, argument
218 def testInterleaveDatasetError(self, input_values, cycle_length, block_length, argument
282 def testSloppyInterleaveDataset(self, input_values, cycle_length, argument
399 def test(self, verify_fn, cycle_length, block_length, num_parallel_calls): argument
459 def test(self, verify_fn, cycle_length, block_length, num_parallel_calls): argument
Dtf_record_test_base.py137 def _interleave(self, iterators, cycle_length): argument
163 cycle_length=1): argument
170 def _next_record_interleaved(file_indices, cycle_length): argument
247 def _interleave(self, iterators, cycle_length): argument
270 cycle_length, drop_final_batch, use_parser_fn): argument
277 def _next_record_interleaved(file_indices, cycle_length): argument
/external/tensorflow/tensorflow/python/data/experimental/kernel_tests/
Dparallel_interleave_test.py57 def dataset_fn(self, input_values, cycle_length, block_length, sloppy, argument
84 def _interleave(self, lists, cycle_length, block_length): argument
153 cycle_length, block_length): argument
633 def dataset_fn(input_values, cycle_length, block_length, sloppy, argument
677 def dataset_fn(input_values, cycle_length, block_length, sloppy, argument
776 def _build_ds(self, cycle_length, block_length, sloppy=False): argument
788 def test(self, verify_fn, cycle_length, block_length): argument
796 def testWithSloppy(self, cycle_length, block_length): argument
/external/tensorflow/tensorflow/python/data/benchmarks/
Dinterleave_benchmark.py63 cycle_length, num_parallel_calls): argument
84 cycle_length, argument
102 cycle_length=10, argument
Dmap_benchmark.py150 def _benchmark_nested_parallel_map(self, cycle_length, num_parallel_calls): argument
/external/tensorflow/tensorflow/python/data/experimental/ops/
Dinterleave_ops.py30 cycle_length, argument
/external/tensorflow/tensorflow/core/kernels/data/
Dinterleave_dataset_op.cc54 std::unique_ptr<CapturedFunction> captured_func, int64_t cycle_length, in Dataset()
451 int64_t cycle_length = 0; in MakeDataset() local
Dparallel_interleave_dataset_op.cc137 int64_t cycle_length = input_cycle_length; in ComputeCycleLength() local
160 int64_t cycle_length) { in ComputePrefetchInputElements()
174 int64_t cycle_length) { in ComputeMaxBufferedElements()
199 std::unique_ptr<CapturedFunction> captured_func, int64_t cycle_length, in Dataset()
1741 int64_t cycle_length = 0; in MakeDataset() local
Dinterleave_dataset_op_test.cc27 int64_t cycle_length, int64_t block_length, in InterleaveDatasetParams()
Dparallel_interleave_dataset_op_test.cc33 int64_t cycle_length, int64_t block_length, in ParallelInterleaveDatasetParams()
/external/webrtc/video/
Dfull_stack_tests_plot.py220 cycle_length=None, argument
/external/tensorflow/tensorflow/core/kernels/data/experimental/
Dparallel_interleave_dataset_op_test.cc30 int64_t cycle_length, int64_t block_length, in ParallelInterleaveDatasetParams()
Dparallel_interleave_dataset_op.cc98 std::unique_ptr<CapturedFunction> captured_func, int64_t cycle_length, in Dataset()
1236 int64_t cycle_length = 0; in MakeDataset() local
/external/tensorflow/tensorflow/python/data/ops/
Dreaders.py323 cycle_length, argument
Ddataset_ops.py2240 cycle_length=None, argument
4078 cycle_length=None, argument
5522 cycle_length, argument
5566 cycle_length, argument
/external/crosvm/devices/src/irqchip/
Dapic.rs84 cycle_length: Duration, field
115 let cycle_length = Duration::from_nanos(1_000_000_000 / Self::frequency() as u64); in new() localVariable
/external/tensorflow/tensorflow/core/framework/
Dmodel.cc358 auto* cycle_length = gtl::FindOrNull(parameters_, kCycleLength); in Ratio() local
514 auto* cycle_length = gtl::FindOrNull(parameters_, kCycleLength); in Ratio() local
2934 double cycle_length = num_active_inputs; in ComputeAsyncInterleaveManyTotalTime() local
Dmodel_test.cc1455 const int32_t cycle_length = std::get<2>(GetParam()); in TEST_P() local