Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/contrib/image/
D__init__.py69 from tensorflow.contrib.image.python.ops.image_ops import translations_to_projective_transforms
/external/tensorflow/tensorflow/contrib/image/python/ops/
Dimage_ops.py126 translations_to_projective_transforms(translations),
176 def translations_to_projective_transforms(translations, name=None): function