/external/v8/tools/unittests/ |
D | run_perf_test.py | 192 test_input = dict(V8_JSON) 193 test_input["test_flags"] = ["2", "test_name"] 194 self._WriteTestInput(test_input) 206 test_input = dict(V8_JSON) 207 test_input["run_count"] = 2 208 test_input["name"] = "v8" 209 test_input["units"] = "ms" 210 self._WriteTestInput(test_input) 223 test_input = dict(V8_JSON) 224 test_input["run_count"] = 2 [all …]
|
/external/tensorflow/tensorflow/python/kernel_tests/ |
D | conv_ops_3d_test.py | 276 padding, test_input, data_format, use_gpu): argument 347 if test_input: 379 test_input=True) 390 test_input=False) 401 test_input=True) 412 test_input=False) 423 test_input=True) 434 test_input=False) 445 test_input=True) 456 test_input=False) [all …]
|
D | conv_ops_test.py | 1117 stride_cols, padding, test_input, data_format, argument 1163 if test_input: 1197 test_input=True, 1214 test_input=False, 1231 test_input=True, 1248 test_input=False, 1265 test_input=True, 1282 test_input=False, 1299 test_input=True, 1316 test_input=False, [all …]
|
D | depthwise_conv_op_test.py | 311 test_input, argument 359 if test_input: 386 test_input=True, 408 test_input=True, 428 test_input=False, 450 test_input=False,
|
D | template_test.py | 81 test_input, test_output = ([5., 6., 7., 8.], [11, 13, 15, 17]) 95 test_prediction = line_template(test_input) 122 test_input, test_output = ([5., 6., 7., 8.], [11, 13, 15, 17]) 141 test_prediction = line_template(test_input)
|
/external/python/cpython2/Lib/distutils/tests/ |
D | test_text_file.py | 50 def test_input(count, description, file, expected_result): function 65 test_input(1, "no processing", in_file, result1) 72 test_input(2, "strip comments", in_file, result2) 79 test_input(3, "strip blanks", in_file, result3) 85 test_input(4, "default processing", in_file, result4) 92 test_input(5, "join lines without collapsing", in_file, result5) 99 test_input(6, "join lines with collapsing", in_file, result6)
|
/external/python/cpython3/Lib/distutils/tests/ |
D | test_text_file.py | 50 def test_input(count, description, file, expected_result): function 65 test_input(1, "no processing", in_file, result1) 72 test_input(2, "strip comments", in_file, result2) 79 test_input(3, "strip blanks", in_file, result3) 85 test_input(4, "default processing", in_file, result4) 92 test_input(5, "join lines without collapsing", in_file, result5) 99 test_input(6, "join lines with collapsing", in_file, result6)
|
/external/tensorflow/tensorflow/compiler/tests/ |
D | reduce_ops_test.py | 37 for test_input in test_inputs: 43 result = sess.run(out, {a: test_input, index: [0]}) 44 self.assertAllClose(result, np_reduce_fn(test_input, axis=0), 47 result = sess.run(out, {a: test_input, index: [1]}) 48 self.assertAllClose(result, np_reduce_fn(test_input, axis=1), 51 result = sess.run(out, {a: test_input, index: [-1]}) 52 self.assertAllClose(result, np_reduce_fn(test_input, axis=1), 57 sess.run(out, {a: test_input, index: [-33]}) 61 sess.run(out, {a: test_input, index: [2]})
|
/external/protobuf/src/google/protobuf/compiler/ruby/ |
D | ruby_generator_unittest.cc | 83 string test_input; in TEST() local 86 &test_input, in TEST() 90 test_input, in TEST()
|
/external/vixl/tools/test_generator/ |
D | generator.py | 385 def InputDefinition(test_input): argument 388 for input in test_input.GenerateInputs(self.inputs) 392 """.format(name=test_input.name, input=",".join(inputs))
|
/external/python/cpython3/Lib/test/ |
D | test_winconsoleio.py | 138 def test_input(self): member in WindowsConsoleIOTests
|
D | test_builtin.py | 1105 def test_input(self): member in BuiltinTest
|
/external/tensorflow/tensorflow/contrib/seq2seq/python/kernel_tests/ |
D | attention_wrapper_test.py | 416 test_input = np.random.uniform(size=(10, 20)) 423 test_input, axis=axis, exclusive=exclusive).eval() 426 test_input, axis=axis, exclusive=exclusive).eval()
|
/external/tensorflow/tensorflow/contrib/eager/python/ |
D | network_test.py | 151 test_input = constant_op.constant([[2.0]]) 152 net1(test_input) 158 self.assertAllEqual(self.evaluate(net1(test_input)), 159 self.evaluate(net2(test_input)))
|
/external/tensorflow/tensorflow/contrib/learn/python/learn/estimators/ |
D | estimator_test.py | 562 test_input = TestInput() 564 est.fit(input_fn=test_input.config_test_input_fn, steps=1) 566 self.assertEquals(test_random_seed, test_input.random_seed)
|
/external/google-benchmark/ |
D | README.md | 366 for (auto& test_input : { /* ... */ }) 367 benchmark::RegisterBenchmark(test_input.name(), BM_test, test_input);
|
/external/libcxx/utils/google-benchmark/ |
D | README.md | 370 for (auto& test_input : { /* ... */ }) 371 benchmark::RegisterBenchmark(test_input.name(), BM_test, test_input);
|