| /external/tensorflow/tensorflow/lite/micro/ |
| D | micro_string_test.cc | 25 const char golden[] = "Int: 55"; in TF_LITE_MICRO_TEST() local 34 const char golden[] = "Int: -55"; in TF_LITE_MICRO_TEST() local 43 const char golden[] = "UInt: 12345"; in TF_LITE_MICRO_TEST() local 52 const char golden[] = "Hex: 0x12345"; in TF_LITE_MICRO_TEST() local 61 const char golden[] = "Float: 1.0*2^4"; in TF_LITE_MICRO_TEST() local 70 const char golden[] = "Test Badly % formated % string"; in TF_LITE_MICRO_TEST() local 80 const char golden[] = "Int: "; in TF_LITE_MICRO_TEST() local 89 const char golden[] = "UInt: "; in TF_LITE_MICRO_TEST() local 98 const char golden[] = "Hex: "; in TF_LITE_MICRO_TEST() local 107 const char golden[] = "Float: "; in TF_LITE_MICRO_TEST() local [all …]
|
| /external/golang-protobuf/proto/ |
| D | any_test.go | 65 type golden struct { struct 66 m proto.Message 67 t, c string
|
| /external/tensorflow/tensorflow/lite/micro/kernels/ |
| D | strided_slice_test.cc | 30 const T* golden, T* output, int output_len, in ValidateStridedSliceGoldens() 136 float golden[] = {}; in TF_LITE_MICRO_TEST() local 157 float golden[] = {2, 3}; in TF_LITE_MICRO_TEST() local 178 float golden[] = {}; in TF_LITE_MICRO_TEST() local 199 float golden[] = {2, 3}; in TF_LITE_MICRO_TEST() local 220 float golden[] = {1, 2, 3}; in TF_LITE_MICRO_TEST() local 241 float golden[] = {2}; in TF_LITE_MICRO_TEST() local 262 float golden[] = {2, 3, 4}; in TF_LITE_MICRO_TEST() local 283 float golden[] = {1, 2, 3}; in TF_LITE_MICRO_TEST() local 304 float golden[] = {3}; in TF_LITE_MICRO_TEST() local [all …]
|
| D | elementwise_test.cc | 108 const float golden[] = {0.01, 0.01, 10, 10}; in TF_LITE_MICRO_TEST() local 119 const float golden[] = {0, 0, 0, 0.84147}; in TF_LITE_MICRO_TEST() local 130 const float golden[] = {1, -1, -1, 0.54030}; in TF_LITE_MICRO_TEST() local 141 const float golden[] = {0, 1, -0.6931472, 0.6931472}; in TF_LITE_MICRO_TEST() local 152 const float golden[] = {0, 1, 1.41421, 2}; in TF_LITE_MICRO_TEST() local 163 const float golden[] = {1, 0.7071, 0.5, 0.33333}; in TF_LITE_MICRO_TEST() local 174 const float golden[] = {1, 4.0, 0.25, 9.0}; in TF_LITE_MICRO_TEST() local 185 const bool golden[] = {false, true, true, false}; in TF_LITE_MICRO_TEST() local
|
| D | pad_test.cc | 29 const T* golden, T* output_data, in ValidatePadGoldens() 61 const T* golden, T* output_data, in ValidatePadV2Goldens() 94 const int* output_dims_data, const float* golden, in TestPadFloat() 120 const float* golden, float* output_data, in TestPadV2Float() 149 const float* golden, T* golden_quantized, in TestPadQuantized() 184 const int* output_dims_data, const float* golden, in TestPadV2Quantized() 232 const float golden[] = {0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 2, 0, in TF_LITE_MICRO_TEST() local 247 float golden[kOutputLen]; in TF_LITE_MICRO_TEST() local 266 const float golden[] = {42, 42, 42, 42, 42, 42, 42, 42, 42, 1, 2, 42, in TF_LITE_MICRO_TEST() local 283 const float golden[] = {0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 2, 0, in TF_LITE_MICRO_TEST() local [all …]
|
| D | activations_test.cc | 28 const int* output_dims_data, const float* golden, in TestReluFloat() 61 const int* output_dims_data, const float* golden, in TestRelu6Float() 95 const int input_zero_point, const float* golden, in TestReluUint8() 136 const int input_zero_point, const float* golden, in TestRelu6Uint8() 177 const int input_zero_point, const float* golden, in TestReluInt8() 217 const int input_zero_point, const float* golden, in TestRelu6Int8() 267 const float golden[] = {1.0, 2.0, 3.0, 4.0, 5.0, 0, 0, 0, 0, 0}; in TF_LITE_MICRO_TEST() local 281 const float golden[] = { in TF_LITE_MICRO_TEST() local 296 const float golden[] = {1, 2, 3, 4, 5, 0, 0, 0, 0, 0}; in TF_LITE_MICRO_TEST() local 318 const float golden[] = {4, 5, 6, 6, 6, 0, 0, 0, 0, 0}; in TF_LITE_MICRO_TEST() local [all …]
|
| D | logical_test.cc | 74 const bool golden[] = {true, false, true, true}; in TF_LITE_MICRO_TEST() local 86 const bool golden[] = {true, false, false, true}; in TF_LITE_MICRO_TEST() local 97 const bool golden[] = {true, false, false, false}; in TF_LITE_MICRO_TEST() local 109 const bool golden[] = {true, false, false, true}; in TF_LITE_MICRO_TEST() local
|
| D | prelu_test.cc | 28 const T* golden, const int output_length, in ValidatePreluGoldens() 77 const float* golden, T* golden_quantized, in TestPreluQuantized() 119 const float golden[] = { in TF_LITE_MICRO_TEST() local 143 const float golden[] = { in TF_LITE_MICRO_TEST() local 176 const float golden[] = { in TF_LITE_MICRO_TEST() local
|
| D | pack_test.cc | 29 TfLiteIntArray* outputs_array, const T* golden, in ValidatePackGoldens() 196 const float golden[] = {1, 4, 2, 5, 3, 6}; in TF_LITE_MICRO_TEST() local 212 const float golden[] = {1, 2, 3, 4, 5, 6}; in TF_LITE_MICRO_TEST() local 228 const float golden[] = {1, 2, 3, 4, 5, 6}; in TF_LITE_MICRO_TEST() local 243 const float golden[] = {1, 2, 3, 7, 8, 9, 4, 5, 6, 10, 11, 12}; in TF_LITE_MICRO_TEST() local 258 const uint8_t golden[] = {1, 2, 3, 7, 8, 9, 4, 5, 6, 10, 11, 12}; in TF_LITE_MICRO_TEST() local 273 const int32_t golden[] = {1, 2, 3, 7, 8, 9, 4, 5, 6, 10, 11, 12}; in TF_LITE_MICRO_TEST() local
|
| D | pooling_test.cc | 33 const T* golden, const int output_length, in ValidatePoolingGoldens() 191 const float golden[] = {2.75, 5.75}; in TF_LITE_MICRO_TEST() local 207 const uint8_t golden[] = {11, 23}; in TF_LITE_MICRO_TEST() local 229 const int8_t golden[] = {-1, 3}; in TF_LITE_MICRO_TEST() local 251 const int8_t golden[] = {0, 0, 3}; in TF_LITE_MICRO_TEST() local 274 const int8_t golden[] = {-1, 3}; in TF_LITE_MICRO_TEST() local 296 const int8_t golden[] = {2, 24}; in TF_LITE_MICRO_TEST() local 318 const int8_t golden[] = {2, 14, 29, 22, 10, 24, 34, 28}; in TF_LITE_MICRO_TEST() local 340 const float golden[] = {6, 10}; in TF_LITE_MICRO_TEST() local 356 const float golden[] = {0, 10.5}; in TF_LITE_MICRO_TEST() local [all …]
|
| D | round_test.cc | 66 const float golden[] = {8, 0, 4, 4, -4, -4}; in TF_LITE_MICRO_TEST() local 75 const float golden[] = {0, 8, 1, 10, 0, 0, -8, -1, -10, -0, -2, 2}; in TF_LITE_MICRO_TEST() local
|
| D | ceil_test.cc | 68 const float golden[] = {9, 0}; in TF_LITE_MICRO_TEST() local 79 const float golden[] = {1, 9, 1, 10, 1, 0, -8, 0, -9, 0}; in TF_LITE_MICRO_TEST() local
|
| D | floor_test.cc | 67 const float golden[] = {8, 0}; in TF_LITE_MICRO_TEST() local 76 const float golden[] = {0.0f, 8.0f, 0.0f, 9.0f, 0.0f, in TF_LITE_MICRO_TEST() local
|
| D | neg_test.cc | 69 const float golden[] = {-8.5, 0.0}; in TF_LITE_MICRO_TEST() local 78 const float golden[] = {2.0f, 1.0f, -0.f, -1.0f, -2.0f, -3.0f}; in TF_LITE_MICRO_TEST() local
|
| D | zeros_like_test.cc | 132 const float golden[] = {0.0, 0.0, 0.0, 0.0, 0.0, 0.0}; in TF_LITE_MICRO_TEST() local 141 const int32_t golden[] = {0, 0, 0, 0}; in TF_LITE_MICRO_TEST() local 150 const int64_t golden[] = {0, 0, 0, 0}; in TF_LITE_MICRO_TEST() local
|
| D | logistic_test.cc | 51 T* output_data, const T* golden, in ValidateLogisticGoldens() 72 const float* golden, const int* output_dims_data, in TestLogisticFloat() 93 const int input_zero_point, const float* golden, in TestLogisticQuantized()
|
| D | batch_to_space_nd_test.cc | 42 int tensors_size, const T* golden, in ValidateBatchToSpaceNdGoldens() 70 const int* output_dims_data, const float* golden, float* output_data) { in TestBatchToSpaceNdFloat() 95 const int32_t* crops_data, const int* output_dims_data, const float* golden, in TestBatchToSpaceNdQuantized()
|
| D | space_to_batch_nd_test.cc | 42 int tensors_size, const T* golden, in ValidateSpaceToBatchNdGoldens() 70 const int* output_dims_data, const float* golden, float* output_data) { in TestSpaceToBatchNdFloat() 95 const int32_t* crops_data, const int* output_dims_data, const float* golden, in TestSpaceToBatchNdQuantized()
|
| D | cast_test.cc | 103 const int8_t golden[] = {100, 1, 0, 0, 1, 1}; in TF_LITE_MICRO_TEST() local 112 const float golden[] = {123.f, 0.f, 1.f, 2.f, 3.f, 4.f}; in TF_LITE_MICRO_TEST() local
|
| D | mul_test.cc | 46 TfLiteFusedActivation activation, const T* golden, in ValidateMulGoldens() 72 const int* output_dims_data, const float* golden, in TestMulFloat() 97 const int* output_dims_data, const float* golden, in TestMulQuantized()
|
| /external/webrtc/api/video_codecs/ |
| D | vp8_frame_config.cc | 21 BufferFlags golden, in Vp8FrameConfig() 26 BufferFlags golden, in Vp8FrameConfig() 32 BufferFlags golden, in Vp8FrameConfig()
|
| /external/owasp/sanitizer/src/tests/org/owasp/html/ |
| D | HtmlLexerTest.java | 54 String golden = Resources.toString( in testHtmlLexer() local 148 private static void assertTokens(String markup, String... golden) { in assertTokens()
|
| /external/v4l2_codec2/tests/c2_e2e_test/jni/ |
| D | video_frame.cpp | 150 bool VideoFrame::MatchHalFormatByGoldenMD5(const std::string& golden) { in MatchHalFormatByGoldenMD5() 192 bool VideoFrame::VerifyMD5(const std::string& golden) { in VerifyMD5()
|
| /external/tensorflow/tensorflow/lite/micro/kernels/arc_mli/ |
| D | depthwise_conv_slicing_test.cc | 208 const float golden[] = {34, 34, 34, 34, 50, 50, 50, 50, 50, 50, in TF_LITE_MICRO_TEST() local 254 const float golden[] = {34, 34, 34, 34, 50, 50, 50, 50, 50, 50, in TF_LITE_MICRO_TEST() local 294 const float golden[] = { in TF_LITE_MICRO_TEST() local 347 const float golden[] = { in TF_LITE_MICRO_TEST() local 391 const float golden[] = {41, 41, 41, 41}; in TF_LITE_MICRO_TEST() local 439 const float golden[] = {41, 41, 41, 41}; in TF_LITE_MICRO_TEST() local 480 const float golden[] = {41, 41, 61, 61, 61, 61, 41, 41}; in TF_LITE_MICRO_TEST() local 530 const float golden[] = {41, 41, 61, 61, 61, 61, 41, 41}; in TF_LITE_MICRO_TEST() local
|
| /external/libbrillo/brillo/ |
| D | test_helpers.h | 19 inline void ExpectFileEquals(const char* golden, const char* file_path) { in ExpectFileEquals()
|