Home
last modified time | relevance | path

Searched refs:_verify_compatible_image_shapes (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/python/ops/
Dimage_ops_impl.py2706 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)
Dimage_ops_test.py4484 _, _, checks = image_ops_impl._verify_compatible_image_shapes(img, img)
4497 _, _, checks = image_ops_impl._verify_compatible_image_shapes(img1, img2)