Searched refs:TestParam (Results 1 – 7 of 7) sorted by relevance
/external/tensorflow/tensorflow/core/kernels/data/ |
D | concatenate_dataset_op_test.cc | 72 struct TestParam { struct 80 TestParam TestCase1() { in TestCase1() 107 TestParam TestCase2() { in TestCase2() 141 Status CreateDatasetFromTestCase(const TestParam &test_case) { in CreateDatasetFromTestCase() 159 Status CreateIteratorFromTestCase(const TestParam &test_case) { in CreateIteratorFromTestCase() 177 public ::testing::WithParamInterface<TestParam> {}; 183 const TestParam &test_case = GetParam(); in TEST_P() 208 TestParam test_case_with_different_dtypes = { in TEST_F() 235 const TestParam &test_case = GetParam(); in TEST_P() 245 const TestParam &test_case = GetParam(); in TEST_P() [all …]
|
D | zip_dataset_op_test.cc | 82 struct TestParam { struct 88 TestParam TestCase1() { in TestCase1() 102 TestParam TestCase2() { in TestCase2() 123 Status CreateDatasetFromTestCase(const TestParam &test_case) { in CreateDatasetFromTestCase() 144 Status CreateIteratorFromTestCase(const TestParam &test_case) { in CreateIteratorFromTestCase() 162 public ::testing::WithParamInterface<TestParam> {}; 168 const TestParam &test_case = GetParam(); in TEST_P() 201 const TestParam &test_case = GetParam(); in TEST_P() 219 const TestParam &test_case = GetParam(); in TEST_P() 237 const TestParam &test_case = GetParam(); in TEST_P() [all …]
|
/external/tensorflow/tensorflow/lite/kernels/internal/ |
D | depthwiseconv_quantized_test.cc | 73 struct TestParam { struct 74 TestParam() = default; 76 explicit TestParam(TestParamTuple param_tuple) in TestParam() argument 87 const TestParam param(info.param); in TestNameSuffix() 106 const TestParam& test_param, const DepthwiseParams& params, in DispatchDepthwiseConv() 289 const TestParam& test_param, const std::uint8_t* input_data, in TestOneDepthwiseConvWithGivenOutputShift() 422 const TestParam& test_param, const std::uint8_t* input_data, in TestOneDepthwiseConvBisectOutputShift() 472 const TestParam& test_param, const std::uint8_t* input_data, in TestOneDepthwiseConv() 488 bool TryTestDepthwiseConv(const TestParam& test_param, in TryTestDepthwiseConv() 554 bool TryTestOneDepthwiseConv(const TestParam& test_param, in TryTestOneDepthwiseConv() [all …]
|
/external/selinux/python/sepolgen/tests/ |
D | test_interfaces.py | 27 class TestParam(unittest.TestCase): class
|
/external/toolchain-utils/dejagnu/gdb_baseline/ |
D | armv7a-cros-linux-gnueabi | 17029 PASS: gdb.python/py-parameter.exp: Simple gdb booleanparameter - class TestParam (gdb.Parameter): 17041 PASS: gdb.python/py-parameter.exp: Simple gdb booleanparameter - super (TestParam, self).__in… 17043 PASS: gdb.python/py-parameter.exp: Simple gdb booleanparameter - test_param = TestParam ('print tes… 17129 PASS: gdb.python/py-parameter.exp: Simple gdb booleanparameter - class TestParam (gdb.Parameter): 17134 PASS: gdb.python/py-parameter.exp: Simple gdb booleanparameter - super (TestParam, self).__in… 17136 PASS: gdb.python/py-parameter.exp: Simple gdb booleanparameter - test_param = TestParam ('print tes…
|
D | x86_64-cros-linux-gnu | 17398 PASS: gdb.python/py-parameter.exp: Simple gdb booleanparameter - class TestParam (gdb.Parameter): 17410 PASS: gdb.python/py-parameter.exp: Simple gdb booleanparameter - super (TestParam, self).__in… 17412 PASS: gdb.python/py-parameter.exp: Simple gdb booleanparameter - test_param = TestParam ('print tes… 17498 PASS: gdb.python/py-parameter.exp: Simple gdb booleanparameter - class TestParam (gdb.Parameter): 17503 PASS: gdb.python/py-parameter.exp: Simple gdb booleanparameter - super (TestParam, self).__in… 17505 PASS: gdb.python/py-parameter.exp: Simple gdb booleanparameter - test_param = TestParam ('print tes…
|
D | i686-pc-linux-gnu | 17130 PASS: gdb.python/py-parameter.exp: Simple gdb booleanparameter - class TestParam (gdb.Parameter): 17142 PASS: gdb.python/py-parameter.exp: Simple gdb booleanparameter - super (TestParam, self).__in… 17144 PASS: gdb.python/py-parameter.exp: Simple gdb booleanparameter - test_param = TestParam ('print tes… 17230 PASS: gdb.python/py-parameter.exp: Simple gdb booleanparameter - class TestParam (gdb.Parameter): 17235 PASS: gdb.python/py-parameter.exp: Simple gdb booleanparameter - super (TestParam, self).__in… 17237 PASS: gdb.python/py-parameter.exp: Simple gdb booleanparameter - test_param = TestParam ('print tes…
|