Home
last modified time | relevance | path

Searched defs:expected_height (Results 1 – 15 of 15) sorted by relevance

/external/tensorflow/tensorflow/python/keras/layers/preprocessing/
Dimage_preprocessing_test.py44 def _run_test(self, kwargs, expected_height, expected_width): argument
72 def test_down_sampling(self, kwargs, expected_height, expected_width): argument
89 def test_up_sampling(self, kwargs, expected_height, expected_width): argument
130 def test_reshaping(self, kwargs, expected_height, expected_width): argument
145 def get_numpy_center_crop(images, expected_height, expected_width): argument
158 def _run_test(self, expected_height, expected_width): argument
181 def test_center_crop_aligned(self, expected_height, expected_width): argument
187 def test_center_crop_mis_aligned(self, expected_height, expected_width): argument
193 def test_center_crop_half_mis_aligned(self, expected_height, expected_width): argument
200 def test_invalid_center_crop(self, expected_height, expected_width): argument
[all …]
/external/tensorflow/tensorflow/core/kernels/
Dquantized_conv_ops_test.cc120 const int expected_height = image_height * filter_count; in TEST_F() local
168 const int expected_height = image_height * filter_count; in TEST_F() local
211 const int expected_height = (image_height * filter_count) / stride; in TEST_F() local
254 const int expected_height = (image_height * filter_count) / stride; in TEST_F() local
311 const int expected_height = image_height * filter_count; in TEST_F() local
Dquantized_pooling_ops_test.cc65 const int expected_height = input_height / stride; in TEST_F() local
110 const int expected_height = input_height / stride; in TEST_F() local
Dquantized_concat_op_test.cc222 const int expected_height = first_height + second_height; in TestSecondDim8Bit() local
Dconv_ops_test.cc172 const int expected_height = image_height * filter_count; in HandwrittenConv() local
476 const int expected_height = image_height * filter_count; in HandwrittenConv() local
520 const int expected_height = 2; in AnisotropicStrides() local
/external/tensorflow/tensorflow/core/kernels/mkl/
Dmkl_quantized_conv_ops_test.cc265 const int expected_height = image_height; in TEST_F() local
370 const int expected_height = 1; in TEST_F() local
431 const int expected_height = image_height; in TEST_F() local
513 const int expected_height = image_height; in TEST_F() local
569 const int expected_height = image_height / stride; in TEST_F() local
625 const int expected_height = image_height / stride; in TEST_F() local
Dmkl_quantized_pooling_ops_test.cc95 const int expected_height = input_height / stride; in TEST_F() local
163 const int expected_height = input_height / stride; in TEST_F() local
Dmkl_quantized_conv_ops_perchannel_test.cc205 const int expected_height = image_height; in TEST_F() local
Dmkl_quantized_concat_op_test.cc206 const int expected_height = first_height + second_height; in TestSecondDim8Bit() local
/external/libgav1/libgav1/src/post_filter/
Dloop_restoration.cc121 int expected_height = plane_process_unit_height - in ApplyLoopRestorationForOneSuperBlockRow() local
/external/tensorflow/tensorflow/core/lib/jpeg/
Djpeg_mem_unittest.cc475 int expected_height, const string& reference_RGB_file, in TestBadJPEG()
/external/pdfium/testing/
Dembedder_test.cpp639 int expected_height, in CompareBitmap()
/external/webrtc/video/
Dvideo_stream_encoder.cc1582 unsigned int expected_height = send_codec_.height; in OnEncodedImage() local
Dvideo_stream_encoder_unittest.cc811 void WaitForEncodedFrame(uint32_t expected_width, uint32_t expected_height) { in WaitForEncodedFrame()
1145 uint32_t expected_height) { in WaitForEncodedFrame()
1151 uint32_t expected_height) { in CheckLastFrameSizeMatches()
Dvideo_send_stream_tests.cc3480 int expected_height = expected_height_; in VerifySsData() local