Home
last modified time | relevance | path

Searched refs:benchmark_type (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/tools/test/
Drun_and_gather_logs_lib.py51 def process_test_logs(name, test_name, test_args, benchmark_type, argument
74 results.benchmark_type = test_log_pb2.TestResults.BenchmarkType.Value(
75 benchmark_type.upper())
99 benchmark_type): argument
169 benchmark_type=benchmark_type,
Dperformance.bzl12 benchmark_type = "cpp_microbenchmark"):
41 "--benchmark_type=%s" % benchmark_type,
68 benchmark_type = "python_benchmark",
Drun_and_gather_logs.py71 benchmark_type = FLAGS.benchmark_type
74 benchmark_type=benchmark_type)
/external/tensorflow/tensorflow/core/kernels/
Dexample_parsing_ops_test.cc139 int benchmark_type = b_type; member
160 switch (opt.benchmark_type) { in ParseExample()
211 switch (opt.benchmark_type) { in ParseSingleExample()
/external/tensorflow/tensorflow/core/util/
Dtest_log.proto188 BenchmarkType benchmark_type = 10; field