Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/keras/layers/
Dnormalization.py797 def _compose_transforms(scale, offset, then_scale, then_offset): argument
798 if then_scale is not None:
799 scale *= then_scale
800 offset *= then_scale