/external/tensorflow/tensorflow/core/kernels/ |
D | quantized_conv_ops_test.cc | 120 const int expected_height = image_height * filter_count; in TEST_F() local 122 DT_FLOAT, TensorShape({image_batch_count, expected_height, expected_width, in TEST_F() 168 const int expected_height = image_height * filter_count; in TEST_F() local 169 Tensor expected(DT_QINT32, TensorShape({image_batch_count, expected_height, in TEST_F() 211 const int expected_height = (image_height * filter_count) / stride; in TEST_F() local 212 Tensor expected(DT_QINT32, TensorShape({image_batch_count, expected_height, in TEST_F() 254 const int expected_height = (image_height * filter_count) / stride; in TEST_F() local 255 Tensor expected(DT_QINT32, TensorShape({image_batch_count, expected_height, in TEST_F() 311 const int expected_height = image_height * filter_count; in TEST_F() local 313 DT_FLOAT, TensorShape({image_batch_count, expected_height, expected_width, in TEST_F()
|
D | mkl_quantized_conv_ops_test.cc | 183 const int expected_height = image_height; in TEST_F() local 185 DT_FLOAT, TensorShape({image_batch_count, expected_height, expected_width, in TEST_F() 246 const int expected_height = image_height; in TEST_F() local 247 Tensor expected(DT_QINT32, TensorShape({image_batch_count, expected_height, in TEST_F() 328 const int expected_height = image_height; in TEST_F() local 329 Tensor expected(DT_QINT32, TensorShape({image_batch_count, expected_height, in TEST_F() 384 const int expected_height = image_height / stride; in TEST_F() local 385 Tensor expected(DT_QINT32, TensorShape({image_batch_count, expected_height, in TEST_F() 440 const int expected_height = image_height / stride; in TEST_F() local 441 Tensor expected(DT_QINT32, TensorShape({image_batch_count, expected_height, in TEST_F()
|
D | quantized_pooling_ops_test.cc | 65 const int expected_height = input_height / stride; in TEST_F() local 67 {1, expected_height, expected_width, input_channels}); in TEST_F() 110 const int expected_height = input_height / stride; in TEST_F() local 112 {1, expected_height, expected_width, input_channels}); in TEST_F()
|
D | mkl_quantized_pooling_ops_test.cc | 95 const int expected_height = input_height / stride; in TEST_F() local 105 {1, expected_height, expected_width, input_channels}); in TEST_F() 163 const int expected_height = input_height / stride; in TEST_F() local 174 {1, expected_height, expected_width, input_channels}); in TEST_F()
|
D | mkl_quantized_concat_op_test.cc | 202 const int expected_height = first_height + second_height; in TestSecondDim8Bit() local 204 DT_FLOAT, {first_batch, expected_height, first_width, first_depth}); in TestSecondDim8Bit()
|
D | quantized_concat_op_test.cc | 222 const int expected_height = first_height + second_height; in TestSecondDim8Bit() local 223 Tensor expected_float(DT_FLOAT, {first_batch, expected_height, first_width}); in TestSecondDim8Bit()
|
D | conv_ops_test.cc | 169 const int expected_height = image_height * filter_count; in HandwrittenConv() local 170 Tensor expected(dtype, TensorShape({image_batch_count, expected_height, in HandwrittenConv() 473 const int expected_height = image_height * filter_count; in HandwrittenConv() local 474 Tensor expected(DT_FLOAT, TensorShape({image_batch_count, expected_height, in HandwrittenConv() 517 const int expected_height = 2; in AnisotropicStrides() local 518 Tensor expected(DT_FLOAT, TensorShape({image_batch_count, expected_height, in AnisotropicStrides()
|
/external/pdfium/testing/ |
D | embedder_test.h | 146 int expected_height,
|
D | embedder_test.cpp | 460 int expected_height, in CompareBitmap() argument 463 ASSERT_EQ(expected_height, FPDFBitmap_GetHeight(bitmap)); in CompareBitmap()
|
/external/tensorflow/tensorflow/core/lib/jpeg/ |
D | jpeg_mem_unittest.cc | 476 int expected_height, const string& reference_RGB_file, in TestBadJPEG() argument 491 CHECK_EQ(height, expected_height); in TestBadJPEG()
|
/external/webrtc/webrtc/video/ |
D | video_send_stream_tests.cc | 2079 size_t expected_height = encoder_config_.streams[0].height; in VerifySsData() local 2082 EXPECT_EQ(expected_height, vp9.height[i]); // HEIGHT in VerifySsData() 2084 expected_height /= 2; in VerifySsData()
|