/external/OpenCL-CTS/test_conformance/api/ |
D | test_kernel_arg_info.cpp | 485 const std::vector<KernelArgInfo>& expected_args) in compare_kernel_with_expected() argument 494 for (int i = 0; i < expected_args.size(); ++i) in compare_kernel_with_expected() 522 failed_tests += compare_expected_actual(expected_args[i], actual); in compare_kernel_with_expected() 608 std::vector<KernelArgInfo> all_args, expected_args; in run_scalar_vector_tests() local 680 expected_args); in run_scalar_vector_tests() 682 expected_args.clear(); in run_scalar_vector_tests() 691 expected_args.push_back( in run_scalar_vector_tests() 701 context, deviceID, kernel_src.c_str(), expected_args); in run_scalar_vector_tests() 724 std::vector<KernelArgInfo> all_args, expected_args; in run_pipe_tests() local 753 context, deviceID, kernel_src.c_str(), expected_args); in run_pipe_tests() [all …]
|
/external/tensorflow/tensorflow/python/feature_column/ |
D | sequence_feature_column_test.py | 172 def test_get_sparse_tensors(self, inputs_args, expected_args): argument 174 expected = sparse_tensor.SparseTensorValue(**expected_args) 246 def test_get_sparse_tensors(self, inputs_args, expected_args): argument 248 expected = sparse_tensor.SparseTensorValue(**expected_args) 297 def test_get_sparse_tensors(self, inputs_args, expected_args): argument 299 expected = sparse_tensor.SparseTensorValue(**expected_args) 365 def test_get_sparse_tensors(self, inputs_args, expected_args): argument 367 expected = sparse_tensor.SparseTensorValue(**expected_args)
|
/external/tensorflow/tensorflow/compiler/mlir/tfr/python/ |
D | op_reg_gen.py | 98 expected_args = [arg.split(':')[0] for arg in inputs + attrs] 101 if len(expected_args) != len(all_func_args):
|
/external/toolchain-utils/crosperf/ |
D | download_images_unittest.py | 70 expected_args = ( 76 mock_cmd_exec.RunCommand.assert_called_with(expected_args)
|
/external/rust/crates/quiche/deps/boringssl/src/util/fipstools/acvp/modulewrapper/ |
D | modulewrapper.cc | 571 uint8_t expected_args; member 666 if (num_args - 1 != func.expected_args) { in main() 669 func.name, num_args - 1, func.expected_args); in main()
|
/external/chromium-trace/catapult/common/py_utils/py_utils/ |
D | cloud_storage_unittest.py | 164 self.assertEqual(expected_args, args) 166 expected_args = ['cp', 'gs://bucket1/remote_path1',
|
/external/autotest/client/common_lib/ |
D | utils_unittest.py | 395 *expected_args): argument 396 expected_args += (None,) * (2 - len(expected_args)) 398 self.assertEquals(expected_args, (url,data)) 405 expected_return, *expected_args): argument 409 *expected_args)
|
/external/autotest/client/bin/ |
D | job_unittest.py | 531 expected_args = test_set[t] 532 self.assertEqual(parsed_args, expected_args)
|
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_lowering_nvc0.cpp | 1304 unsigned expected_args = arg; in handleTXD() local 1309 expected_args++; in handleTXD() 1311 expected_args++; in handleTXD() 1314 expected_args++; in handleTXD() 1317 expected_args++; in handleTXD() 1320 if (expected_args > 4 || in handleTXD() 1333 assert(arg == expected_args); in handleTXD()
|
/external/python/cpython3/Lib/test/test_asyncio/ |
D | test_tasks.py | 606 for cancel_args, expected_args in cases: 629 (asyncio.CancelledError, expected_args, 2)) 640 for cancel_args, expected_args in cases: 663 (asyncio.CancelledError, expected_args, 2)) 2548 for cancel_args, expected_args in cases: 2575 (asyncio.CancelledError, expected_args))
|
/external/tensorflow/tensorflow/python/keras/engine/ |
D | base_layer_v1.py | 507 expected_args = config.keys() 509 extra_args = [arg for arg in all_args if arg not in expected_args]
|
D | base_layer.py | 713 expected_args = config.keys() 715 extra_args = [arg for arg in all_args if arg not in expected_args]
|