Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/ops/
Dimage_ops_impl.py702 return _rot90_4D(image, k, scope)
708 return _rot90_4D(image, k, scope)
745 def _rot90_4D(images, k, name_scope): function