Searched defs:goldens (Results 1 – 5 of 5) sorted by relevance
/external/tensorflow/tensorflow/lite/micro/kernels/ |
D | arg_min_max_test.cc | 53 const int32_t* goldens, bool using_min) { in TestArgMinMaxFloat() 79 const int32_t* goldens, bool using_min) { in TestArgMinMaxQuantized() 112 const int32_t goldens[] = {1}; in TF_LITE_MICRO_TEST() local 126 const int32_t goldens[] = {0}; in TF_LITE_MICRO_TEST() local 141 const int32_t goldens[] = {1}; in TF_LITE_MICRO_TEST() local 160 const int32_t goldens[] = {0}; in TF_LITE_MICRO_TEST() local 179 const int32_t goldens[] = {1}; in TF_LITE_MICRO_TEST() local 198 const int32_t goldens[] = {0}; in TF_LITE_MICRO_TEST() local 217 const int32_t goldens[] = {3, 1}; in TF_LITE_MICRO_TEST() local 236 const int32_t goldens[] = {0, 0}; in TF_LITE_MICRO_TEST() local [all …]
|
D | circular_buffer_test.cc | 85 const int8_t goldens[5][16] = {{0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 2, 3}, in TF_LITE_MICRO_TEST() local 153 const int8_t goldens[6][20] = { in TF_LITE_MICRO_TEST() local
|
D | depthwise_conv_test.cc | 434 const float goldens[] = { in TF_LITE_MICRO_TEST() local
|
/external/tensorflow/tensorflow/lite/micro/ |
D | micro_utils_test.cc | 89 int8_t goldens[] = {-20, -5, -3, -3, -1, 1, 3, 5, 7, 9}; in TF_LITE_MICRO_TEST() local 100 uint8_t goldens[] = {106, 121, 123, 123, 125, 127, 129, 131, 133, 135}; in TF_LITE_MICRO_TEST() local 111 int32_t goldens[] = {-21, -6, -4, -4, -2, 0, 2, 4, 6, 8}; in TF_LITE_MICRO_TEST() local
|
/external/owasp/sanitizer/src/tests/org/owasp/html/ |
D | CssTokensTest.java | 396 private static final void assertTokens(String css, String... goldens) { in assertTokens() 420 private static void assertLexedCss(String input, String... goldens) { in assertLexedCss()
|