Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/batching_util/
Dbasic_batch_scheduler_benchmark_test.cc136 const BasicBatchScheduler<BenchmarkBatchTask>::Options& scheduler_options) in ThroughputBenchmark()
235 const BasicBatchScheduler<BenchmarkBatchTask>::Options& scheduler_options, in LatencyBenchmark()
343 BasicBatchScheduler<BenchmarkBatchTask>::Options scheduler_options; in RunThroughputBenchmark() local
392 BasicBatchScheduler<BenchmarkBatchTask>::Options scheduler_options; in RunLatencyBenchmark() local
/external/autotest/scheduler/
Dscheduler_lib.py166 def check_production_settings(scheduler_options): argument