Searched refs:test_input_t (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/harfbuzz_ng/perf/ |
H A D | benchmark-shape.cc | 5 struct test_input_t struct 42 static test_input_t *tests = default_tests; 50 const test_input_t &input) in BM_Shape() 112 const test_input_t &test_input) in test_backend() 137 tests = (test_input_t *) calloc (num_tests, sizeof (test_input_t)); in main()
|
H A D | benchmark-subset.cc | 52 struct test_input_t struct 76 static test_input_t *tests = default_tests; argument 131 const test_input_t &test_input, in BM_subset() 212 const test_input_t &test_input) in test_subset() 232 const test_input_t *tests, in test_operation() 255 tests = (test_input_t *) calloc (num_tests, sizeof (test_input_t)); in main()
|
H A D | benchmark-font.cc | 5 struct test_input_t struct 21 static test_input_t *tests = default_tests; argument 85 const test_input_t &test_input) in BM_Font() 249 const test_input_t &test_input) in test_backend() 293 tests = (test_input_t *) calloc (num_tests, sizeof (test_input_t)); in main()
|
/aosp_15_r20/external/harfbuzz_ng/test/threads/ |
H A D | hb-subset-threads.cc | 23 struct test_input_t struct 39 static test_input_t *tests = default_tests; argument 74 const test_input_t &test_input, in subset() 119 const test_input_t &test_input) in test_operation() 165 tests = (test_input_t *) calloc (num_tests, sizeof (test_input_t)); in main()
|
H A D | hb-shape-threads.cc | 21 struct test_input_t struct 51 static test_input_t *tests = default_tests; 64 static void shape (const test_input_t &input, in shape() 111 const test_input_t &test_input) in test_backend() 186 tests = (test_input_t *) calloc (num_tests, sizeof (test_input_t)); in main()
|
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/ |
H A D | gradients_test.py | 1621 test_input_t = constant(np.zeros((10, 10), dtype=np.float32)) 1629 out_re = test_fn_re(test_input_t) 1630 out = TestFn(test_input_t)
|