Home
last modified time | relevance | path

Searched refs:expected_width (Results 1 – 10 of 10) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Dquantized_conv_ops_test.cc119 const int expected_width = image_width; in TEST_F() local
122 DT_FLOAT, TensorShape({image_batch_count, expected_height, expected_width, in TEST_F()
167 const int expected_width = image_width; in TEST_F() local
170 expected_width, filter_count})); in TEST_F()
210 const int expected_width = image_width / stride; in TEST_F() local
213 expected_width, filter_count})); in TEST_F()
253 const int expected_width = image_width / stride; in TEST_F() local
256 expected_width, filter_count})); in TEST_F()
310 const int expected_width = image_width; in TEST_F() local
313 DT_FLOAT, TensorShape({image_batch_count, expected_height, expected_width, in TEST_F()
Dmkl_quantized_conv_ops_test.cc182 const int expected_width = image_width; in TEST_F() local
185 DT_FLOAT, TensorShape({image_batch_count, expected_height, expected_width, in TEST_F()
245 const int expected_width = image_width; in TEST_F() local
248 expected_width, filter_count})); in TEST_F()
327 const int expected_width = image_width; in TEST_F() local
330 expected_width, filter_count})); in TEST_F()
383 const int expected_width = image_width / stride; in TEST_F() local
386 expected_width, filter_count})); in TEST_F()
439 const int expected_width = image_width / stride; in TEST_F() local
442 expected_width, filter_count})); in TEST_F()
Dquantized_pooling_ops_test.cc64 const int expected_width = input_width / stride; in TEST_F() local
67 {1, expected_height, expected_width, input_channels}); in TEST_F()
109 const int expected_width = input_width / stride; in TEST_F() local
112 {1, expected_height, expected_width, input_channels}); in TEST_F()
Dmkl_quantized_pooling_ops_test.cc94 const int expected_width = input_width / stride; in TEST_F() local
105 {1, expected_height, expected_width, input_channels}); in TEST_F()
162 const int expected_width = input_width / stride; in TEST_F() local
174 {1, expected_height, expected_width, input_channels}); in TEST_F()
Dconv_ops_test.cc168 const int expected_width = image_width; in HandwrittenConv() local
171 expected_width, filter_count})); in HandwrittenConv()
472 const int expected_width = image_width; in HandwrittenConv() local
475 expected_width, filter_count})); in HandwrittenConv()
516 const int expected_width = 2; in AnisotropicStrides() local
519 expected_width, filter_count})); in AnisotropicStrides()
/external/pdfium/testing/
Dembedder_test.cpp459 int expected_width, in CompareBitmap() argument
462 ASSERT_EQ(expected_width, FPDFBitmap_GetWidth(bitmap)); in CompareBitmap()
468 (expected_width * GetBitmapBytesPerPixel(bitmap) * 8 + 31) / 32 * 4; in CompareBitmap()
Dembedder_test.h145 int expected_width,
/external/tensorflow/tensorflow/core/lib/jpeg/
Djpeg_mem_unittest.cc475 void TestBadJPEG(Env* env, const string& bad_jpeg_file, int expected_width, in TestBadJPEG() argument
489 if (expected_width > 0) { // we expect the file to decode into 'something' in TestBadJPEG()
490 CHECK_EQ(width, expected_width); in TestBadJPEG()
/external/tensorflow/tensorflow/tools/graph_transforms/
Dfold_old_batch_norms.cc31 int expected_width) { in ErrorIfNotVector() argument
33 (input.shape().dim_size(0) != expected_width)) { in ErrorIfNotVector()
/external/webrtc/webrtc/video/
Dvideo_send_stream_tests.cc2078 size_t expected_width = encoder_config_.streams[0].width; in VerifySsData() local
2081 EXPECT_EQ(expected_width, vp9.width[i]); // WIDTH in VerifySsData()
2083 expected_width /= 2; in VerifySsData()