Searched defs:image_batch_count (Results 1 - 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
H A Dquantized_conv_ops_test.cc60 const int image_batch_count = 1; local
70 {image_batch_count, image_height, image_width, depth});
122 DT_FLOAT, TensorShape({image_batch_count, expected_height, expected_width,
152 const int image_batch_count = 1; local
154 TensorShape({image_batch_count, image_height, image_width, depth}),
169 Tensor expected(DT_QINT32, TensorShape({image_batch_count, expected_height,
195 const int image_batch_count = 1; local
197 TensorShape({image_batch_count, image_height, image_width, depth}),
212 Tensor expected(DT_QINT32, TensorShape({image_batch_count, expected_height,
236 const int image_batch_count local
280 const int image_batch_count = 1; local
[all...]
H A Dconv_ops_test.cc98 const int image_batch_count = 1; local
104 {image_batch_count, image_height, image_width, depth});
153 Tensor expected(DT_FLOAT, TensorShape({image_batch_count, expected_height,
368 const int image_batch_count = 1; local
374 {image_batch_count, image_height, image_width, depth});
411 Tensor expected(DT_FLOAT, TensorShape({image_batch_count, expected_height,
433 const int image_batch_count = 1; local
435 {image_batch_count, image_height, image_width, depth});
455 Tensor expected(DT_FLOAT, TensorShape({image_batch_count, expected_height,
/external/tensorflow/tensorflow/contrib/lite/kernels/
H A Dconv_test.cc175 const int image_batch_count = 1; local
184 {image_batch_count, image_height, image_width, depth}},
229 const int image_batch_count = 1; local
238 {image_batch_count, image_height, image_width, depth}},
283 const int image_batch_count = 1; local
292 {image_batch_count, image_height, image_width, depth}},
339 const int image_batch_count = 1; local
348 {image_batch_count, image_height, image_width, depth}},

Completed in 205 milliseconds