Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/ops/
Dimage_ops_impl.py2876 def _ssim_per_channel(img1, img2, max_val=1.0): function
2995 ssim_per_channel, _ = _ssim_per_channel(img1, img2, max_val)
3097 ssim_per_channel, cs = _ssim_per_channel(*imgs, max_val=max_val)