Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/contrib/image/python/ops/
Dimage_ops.py327 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): function
420 transforms = flat_transforms_to_matrices(transforms=transforms)
/external/tensorflow/tensorflow/contrib/image/
D__init__.py64 from tensorflow.contrib.image.python.ops.image_ops import flat_transforms_to_matrices