Home
last modified time | relevance | path

Searched refs:scheduler_options (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/batching_util/
Dbasic_batch_scheduler_benchmark_test.cc112 scheduler_options);
136 const BasicBatchScheduler<BenchmarkBatchTask>::Options& scheduler_options) in ThroughputBenchmark() argument
137 : scheduler_options_(scheduler_options) {} in ThroughputBenchmark()
189 const BasicBatchScheduler<BenchmarkBatchTask>::Options& scheduler_options,
235 const BasicBatchScheduler<BenchmarkBatchTask>::Options& scheduler_options, in LatencyBenchmark() argument
237 : scheduler_options_(scheduler_options), in LatencyBenchmark()
343 BasicBatchScheduler<BenchmarkBatchTask>::Options scheduler_options; in RunThroughputBenchmark() local
345 scheduler_options.max_batch_size = kMaxBatchSize; in RunThroughputBenchmark()
346 scheduler_options.batch_timeout_micros = batch_timeout_micros; in RunThroughputBenchmark()
347 scheduler_options.num_batch_threads = num_batch_threads; in RunThroughputBenchmark()
[all …]
/external/autotest/scheduler/
Dscheduler_lib.py166 def check_production_settings(scheduler_options): argument
176 if (not scheduler_options.production and