Home
last modified time | relevance | path

Searched defs:expected_width (Results 1 – 13 of 13) 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.cc119 const int expected_width = image_width; in TEST_F() local
167 const int expected_width = image_width; in TEST_F() local
210 const int expected_width = image_width / stride; in TEST_F() local
253 const int expected_width = image_width / stride; in TEST_F() local
310 const int expected_width = image_width; in TEST_F() local
Dquantized_pooling_ops_test.cc64 const int expected_width = input_width / stride; in TEST_F() local
109 const int expected_width = input_width / stride; in TEST_F() local
Dconv_ops_test.cc171 const int expected_width = image_width; in HandwrittenConv() local
475 const int expected_width = image_width; in HandwrittenConv() local
519 const int expected_width = 2; in AnisotropicStrides() local
/external/tensorflow/tensorflow/core/kernels/mkl/
Dmkl_quantized_conv_ops_test.cc264 const int expected_width = image_width; in TEST_F() local
369 const int expected_width = 1; in TEST_F() local
430 const int expected_width = image_width; in TEST_F() local
512 const int expected_width = image_width; in TEST_F() local
568 const int expected_width = image_width / stride; in TEST_F() local
624 const int expected_width = image_width / stride; in TEST_F() local
Dmkl_quantized_pooling_ops_test.cc94 const int expected_width = input_width / stride; in TEST_F() local
162 const int expected_width = input_width / stride; in TEST_F() local
Dmkl_quantized_conv_ops_perchannel_test.cc204 const int expected_width = image_width; in TEST_F() local
/external/tensorflow/tensorflow/tools/graph_transforms/
Dfold_old_batch_norms.cc30 int expected_width) { in ErrorIfNotVector()
/external/tensorflow/tensorflow/core/lib/jpeg/
Djpeg_mem_unittest.cc474 void TestBadJPEG(Env* env, const string& bad_jpeg_file, int expected_width, in TestBadJPEG()
/external/pdfium/testing/
Dembedder_test.cpp638 int expected_width, in CompareBitmap()
/external/webrtc/video/
Dvideo_stream_encoder.cc1581 unsigned int expected_width = send_codec_.width; in OnEncodedImage() local
Dvideo_stream_encoder_unittest.cc811 void WaitForEncodedFrame(uint32_t expected_width, uint32_t expected_height) { in WaitForEncodedFrame()
1144 void WaitForEncodedFrame(uint32_t expected_width, in WaitForEncodedFrame()
1150 void CheckLastFrameSizeMatches(uint32_t expected_width, in CheckLastFrameSizeMatches()
Dvideo_send_stream_tests.cc3479 int expected_width = expected_width_; in VerifySsData() local