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.py614 def _compose_transforms(scale, offset, then_scale, then_offset): argument
615 if then_scale is not None:
616 scale *= then_scale
617 offset *= then_scale