Searched refs:flat_transforms_to_matrices (Results 1 – 2 of 2) sorted by relevance
327 composed = flat_transforms_to_matrices(transforms[0])330 composed = math_ops.matmul(composed, flat_transforms_to_matrices(tr))334 def flat_transforms_to_matrices(transforms): function420 transforms = flat_transforms_to_matrices(transforms=transforms)
64 from tensorflow.contrib.image.python.ops.image_ops import flat_transforms_to_matrices