Searched refs:_verify_compatible_image_shapes (Results 1 – 2 of 2) sorted by relevance
/external/tensorflow/tensorflow/python/ops/ |
D | image_ops_impl.py | 2706 def _verify_compatible_image_shapes(img1, img2): function 2797 _, _, checks = _verify_compatible_image_shapes(a, b) 2985 _, _, checks = _verify_compatible_image_shapes(img1, img2) 3041 shape1, shape2, checks = _verify_compatible_image_shapes(img1, img2)
|
D | image_ops_test.py | 4484 _, _, checks = image_ops_impl._verify_compatible_image_shapes(img, img) 4497 _, _, checks = image_ops_impl._verify_compatible_image_shapes(img1, img2)
|