/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 | 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 | conv_ops_test.cc | 172 const int expected_height = image_height * filter_count; in HandwrittenConv() local 173 Tensor expected(dtype, TensorShape({image_batch_count, expected_height, in HandwrittenConv() 476 const int expected_height = image_height * filter_count; in HandwrittenConv() local 477 Tensor expected(DT_FLOAT, TensorShape({image_batch_count, expected_height, in HandwrittenConv() 520 const int expected_height = 2; in AnisotropicStrides() local 521 Tensor expected(DT_FLOAT, TensorShape({image_batch_count, expected_height, in AnisotropicStrides()
|
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()
|
/external/tensorflow/tensorflow/python/keras/layers/preprocessing/ |
D | image_preprocessing_test.py | 44 def _run_test(self, kwargs, expected_height, expected_width): argument 50 kwargs.update({'height': expected_height, 'width': expected_width}) 56 expected_output_shape=(None, expected_height, expected_width, 72 def test_down_sampling(self, kwargs, expected_height, expected_width): argument 74 self._run_test(kwargs, expected_height, expected_width) 89 def test_up_sampling(self, kwargs, expected_height, expected_width): argument 91 self._run_test(kwargs, expected_height, expected_width) 130 def test_reshaping(self, kwargs, expected_height, expected_width): argument 132 self._run_test(kwargs, expected_height, expected_width) 145 def get_numpy_center_crop(images, expected_height, expected_width): argument [all …]
|
/external/tensorflow/tensorflow/core/kernels/mkl/ |
D | mkl_quantized_conv_ops_test.cc | 265 const int expected_height = image_height; in TEST_F() local 267 DT_FLOAT, TensorShape({image_batch_count, expected_height, expected_width, in TEST_F() 370 const int expected_height = 1; in TEST_F() local 372 DT_FLOAT, TensorShape({image_batch_count, expected_height, expected_width, in TEST_F() 431 const int expected_height = image_height; in TEST_F() local 432 Tensor expected(DT_QINT32, TensorShape({image_batch_count, expected_height, in TEST_F() 513 const int expected_height = image_height; in TEST_F() local 514 Tensor expected(DT_QINT32, TensorShape({image_batch_count, expected_height, in TEST_F() 569 const int expected_height = image_height / stride; in TEST_F() local 570 Tensor expected(DT_QINT32, TensorShape({image_batch_count, expected_height, in TEST_F() [all …]
|
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_conv_ops_perchannel_test.cc | 205 const int expected_height = image_height; in TEST_F() local 208 DT_FLOAT, TensorShape({image_batch_count, expected_height, expected_width, in TEST_F()
|
D | mkl_quantized_concat_op_test.cc | 206 const int expected_height = first_height + second_height; in TestSecondDim8Bit() local 208 DT_FLOAT, {first_batch, expected_height, first_width, first_depth}); in TestSecondDim8Bit()
|
/external/libgav1/libgav1/src/post_filter/ |
D | loop_restoration.cc | 121 int expected_height = plane_process_unit_height - in ApplyLoopRestorationForOneSuperBlockRow() local 130 current_process_unit_height = std::min(expected_height, plane_height - y); in ApplyLoopRestorationForOneSuperBlockRow() 131 expected_height = plane_process_unit_height; in ApplyLoopRestorationForOneSuperBlockRow()
|
/external/pdfium/testing/ |
D | embedder_test.h | 213 int expected_height,
|
D | embedder_test.cpp | 639 int expected_height, in CompareBitmap() argument 642 ASSERT_EQ(expected_height, FPDFBitmap_GetHeight(bitmap)); in CompareBitmap()
|
/external/tensorflow/tensorflow/core/lib/jpeg/ |
D | jpeg_mem_unittest.cc | 475 int expected_height, const string& reference_RGB_file, in TestBadJPEG() argument 490 CHECK_EQ(height, expected_height); in TestBadJPEG()
|
/external/webrtc/video/ |
D | video_stream_encoder.cc | 1582 unsigned int expected_height = send_codec_.height; in OnEncodedImage() local 1588 expected_height = send_codec_.spatialLayers[i].height; in OnEncodedImage() 1595 image_width < expected_width || image_height < expected_height); in OnEncodedImage()
|
D | video_stream_encoder_unittest.cc | 811 void WaitForEncodedFrame(uint32_t expected_width, uint32_t expected_height) { in WaitForEncodedFrame() argument 812 sink_.WaitForEncodedFrame(expected_width, expected_height); in WaitForEncodedFrame() 1145 uint32_t expected_height) { in WaitForEncodedFrame() argument 1147 CheckLastFrameSizeMatches(expected_width, expected_height); in WaitForEncodedFrame() 1151 uint32_t expected_height) { in CheckLastFrameSizeMatches() argument 1159 EXPECT_EQ(expected_height, height); in CheckLastFrameSizeMatches()
|
D | video_send_stream_tests.cc | 3480 int expected_height = expected_height_; in VerifySsData() local 3483 EXPECT_EQ(expected_height, vp9.height[i]); // HEIGHT in VerifySsData() 3485 expected_height /= 2; in VerifySsData()
|