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.py449 return _rot90_4D(image, k, scope)
485 def _rot90_4D(images, k, name_scope): function