Home
last modified time | relevance | path

Searched refs:run_order_limit (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/core/util/
Dstat_summarizer_options.h24 run_order_limit(0), in StatSummarizerOptions()
33 int run_order_limit; variable
Dstats_calculator.cc256 options_.run_order_limit); in GetOutputString()
/external/tensorflow/tensorflow/tools/benchmark/
Dbenchmark_model.cc385 int run_order_limit = 0; in Main() local
417 Flag("run_order_limit", &run_order_limit, in Main()
514 stats_options.run_order_limit = run_order_limit; in Main()