Home
last modified time | relevance | path

Searched refs:expected_height (Results 1 – 11 of 11) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Dquantized_conv_ops_test.cc120 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()
Dmkl_quantized_conv_ops_test.cc183 const int expected_height = image_height; in TEST_F() local
185 DT_FLOAT, TensorShape({image_batch_count, expected_height, expected_width, in TEST_F()
246 const int expected_height = image_height; in TEST_F() local
247 Tensor expected(DT_QINT32, TensorShape({image_batch_count, expected_height, in TEST_F()
328 const int expected_height = image_height; in TEST_F() local
329 Tensor expected(DT_QINT32, TensorShape({image_batch_count, expected_height, in TEST_F()
384 const int expected_height = image_height / stride; in TEST_F() local
385 Tensor expected(DT_QINT32, TensorShape({image_batch_count, expected_height, in TEST_F()
440 const int expected_height = image_height / stride; in TEST_F() local
441 Tensor expected(DT_QINT32, TensorShape({image_batch_count, expected_height, in TEST_F()
Dquantized_pooling_ops_test.cc65 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()
Dmkl_quantized_pooling_ops_test.cc95 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()
Dmkl_quantized_concat_op_test.cc202 const int expected_height = first_height + second_height; in TestSecondDim8Bit() local
204 DT_FLOAT, {first_batch, expected_height, first_width, first_depth}); in TestSecondDim8Bit()
Dquantized_concat_op_test.cc222 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()
Dconv_ops_test.cc169 const int expected_height = image_height * filter_count; in HandwrittenConv() local
170 Tensor expected(dtype, TensorShape({image_batch_count, expected_height, in HandwrittenConv()
473 const int expected_height = image_height * filter_count; in HandwrittenConv() local
474 Tensor expected(DT_FLOAT, TensorShape({image_batch_count, expected_height, in HandwrittenConv()
517 const int expected_height = 2; in AnisotropicStrides() local
518 Tensor expected(DT_FLOAT, TensorShape({image_batch_count, expected_height, in AnisotropicStrides()
/external/pdfium/testing/
Dembedder_test.h146 int expected_height,
Dembedder_test.cpp460 int expected_height, in CompareBitmap() argument
463 ASSERT_EQ(expected_height, FPDFBitmap_GetHeight(bitmap)); in CompareBitmap()
/external/tensorflow/tensorflow/core/lib/jpeg/
Djpeg_mem_unittest.cc476 int expected_height, const string& reference_RGB_file, in TestBadJPEG() argument
491 CHECK_EQ(height, expected_height); in TestBadJPEG()
/external/webrtc/webrtc/video/
Dvideo_send_stream_tests.cc2079 size_t expected_height = encoder_config_.streams[0].height; in VerifySsData() local
2082 EXPECT_EQ(expected_height, vp9.height[i]); // HEIGHT in VerifySsData()
2084 expected_height /= 2; in VerifySsData()