Searched refs:benchmark_config (Results 1 – 25 of 34) sorted by relevance
12
/external/grpc-grpc/test/cpp/qps/ |
D | BUILD | 94 name = "benchmark_config", 96 "benchmark_config.cc", 99 "benchmark_config.h", 128 ":benchmark_config", 140 ":benchmark_config", 173 ":benchmark_config", 185 ":benchmark_config",
|
D | qps_benchmark_script.bzl | 46 ":benchmark_config",
|
/external/llvm-project/llvm/utils/gn/secondary/llvm/utils/benchmark/ |
D | BUILD.gn | 20 public_configs = [ ":benchmark_config" ] 23 config("benchmark_config") {
|
/external/tensorflow/tensorflow/python/kernel_tests/ |
D | matrix_band_part_op_test.py | 116 session.Session(config=benchmark.benchmark_config()) as sess, \ 130 session.Session(config=benchmark.benchmark_config()) as sess, \
|
D | matrix_inverse_op_test.py | 184 session.Session(config=benchmark.benchmark_config()) as sess, \ 198 session.Session(config=benchmark.benchmark_config()) as sess, \
|
D | unicode_script_op_test.py | 81 with session.Session(config=benchmark.benchmark_config()) as sess:
|
D | determinant_op_test.py | 194 config=benchmark.benchmark_config()) as sess, ops.device("/cpu:0"): 207 config=benchmark.benchmark_config()) as sess, ops.device("/gpu:0"):
|
D | matrix_solve_op_test.py | 182 session.Session(config=benchmark.benchmark_config()) as sess, \ 200 session.Session(config=benchmark.benchmark_config()) as sess, \
|
D | cholesky_op_test.py | 329 session.Session(config=benchmark.benchmark_config()) as sess, \ 343 session.Session(config=benchmark.benchmark_config()) as sess, \ 361 session.Session(config=benchmark.benchmark_config()) as sess, \
|
D | matrix_exponential_op_test.py | 197 session.Session(config=benchmark.benchmark_config()) as sess, \ 210 session.Session(config=benchmark.benchmark_config()) as sess, \
|
D | qr_op_test.py | 252 session.Session(config=benchmark.benchmark_config()) as sess, \ 267 session.Session(config=benchmark.benchmark_config()) as sess, \
|
D | lu_op_test.py | 267 session.Session(config=benchmark.benchmark_config()) as sess, \ 280 session.Session(config=benchmark.benchmark_config()) as sess, \
|
D | where_op_test.py | 286 with session.Session(config=benchmark.benchmark_config()) as sess: 312 with session.Session(config=benchmark.benchmark_config()) as sess:
|
D | matrix_solve_ls_op_test.py | 334 session.Session(config=benchmark.benchmark_config()) as sess, \ 349 session.Session(config=benchmark.benchmark_config()) as sess, \
|
D | benchmark_test.py | 72 with session.Session(config=benchmark.benchmark_config()) as sess:
|
D | svd_op_test.py | 340 session.Session(config=benchmark.benchmark_config()) as sess, \ 355 session.Session(config=benchmark.benchmark_config()) as sess, \
|
D | matrix_logarithm_op_test.py | 176 session.Session(config=benchmark.benchmark_config()) as sess, \
|
D | tridiagonal_matmul_op_test.py | 216 session.Session(config=benchmark.benchmark_config()) as sess, \
|
D | sparse_tensors_map_ops_test.py | 203 with session.Session(config=benchmark.benchmark_config()) as sess:
|
D | batch_matmul_op_test.py | 234 session.Session(config=benchmark.benchmark_config()) as sess, \
|
/external/rust/crates/criterion/src/ |
D | benchmark.rs | 109 macro_rules! benchmark_config { macro 258 benchmark_config!(Benchmark); 392 benchmark_config!(ParameterizedBenchmark);
|
D | connection.rs | 259 benchmark_config: BenchmarkConfig,
|
/external/tensorflow/tensorflow/tools/api/golden/v2/ |
D | tensorflow.test.pbtxt | 16 name: "benchmark_config"
|
/external/tensorflow/tensorflow/tools/api/golden/v1/ |
D | tensorflow.test.pbtxt | 24 name: "benchmark_config"
|
/external/rust/crates/criterion/src/analysis/ |
D | mod.rs | 102 benchmark_config: config.into(), in common()
|
12