commit | dba2ac41564fb723e652240ca8e0dfd0d959c321 | [log] [tgz] |
---|---|---|
author | Nicolas Vasilache <ntv@google.com> | Mon Jan 07 20:14:30 2019 -0800 |
committer | jpienaar <jpienaar@google.com> | Fri Mar 29 15:04:38 2019 -0700 |
tree | bec50cfafc3c8be38ea511b11b10b86e0211f6eb | |
parent | 1356caeaeb98760249bc7b19502105c82bde1816 [diff] |
Move makeNormalizedAffineApply This CL is the 3rd on the path to simplifying AffineMap composition. This CL just moves `makeNormalizedAffineApply` from VectorAnalysis to AffineAnalysis where it more naturally belongs. PiperOrigin-RevId: 228277182