Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/ops/
Dimage_ops_impl.py699 return _rot90_3D(image, k, scope)
706 return _rot90_3D(image, k, scope)
714 def _rot90_3D(image, k, name_scope): function