/external/tensorflow/tensorflow/python/keras/layers/preprocessing/ |
D | image_preprocessing_test.py | 44 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/ |
D | quantized_conv_ops_test.cc | 119 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
|
D | quantized_pooling_ops_test.cc | 64 const int expected_width = input_width / stride; in TEST_F() local 109 const int expected_width = input_width / stride; in TEST_F() local
|
D | conv_ops_test.cc | 171 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/ |
D | mkl_quantized_conv_ops_test.cc | 264 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
|
D | mkl_quantized_pooling_ops_test.cc | 94 const int expected_width = input_width / stride; in TEST_F() local 162 const int expected_width = input_width / stride; in TEST_F() local
|
D | mkl_quantized_conv_ops_perchannel_test.cc | 204 const int expected_width = image_width; in TEST_F() local
|
/external/tensorflow/tensorflow/tools/graph_transforms/ |
D | fold_old_batch_norms.cc | 30 int expected_width) { in ErrorIfNotVector()
|
/external/tensorflow/tensorflow/core/lib/jpeg/ |
D | jpeg_mem_unittest.cc | 474 void TestBadJPEG(Env* env, const string& bad_jpeg_file, int expected_width, in TestBadJPEG()
|
/external/pdfium/testing/ |
D | embedder_test.cpp | 638 int expected_width, in CompareBitmap()
|
/external/webrtc/video/ |
D | video_stream_encoder.cc | 1581 unsigned int expected_width = send_codec_.width; in OnEncodedImage() local
|
D | video_stream_encoder_unittest.cc | 811 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()
|
D | video_send_stream_tests.cc | 3479 int expected_width = expected_width_; in VerifySsData() local
|