Skip to content

Realm: Replace StructuredImageMicroOp with AffineImageMicroOp

apryakhin requested to merge affine-deppart-translate into master

Address part of the TODO in affine image computation by moving the default point-wise transform out of StructuredImageMicroOp into AffineImageMicroOp and introducing DenseAffimeImageMicroOp. DenseAffimeImageMicroOp in turn will be used for dense affine transforms such as translate, transpose..etc

This PR will be followed up by several others.

Testing done:

<./deppart affine -type 0> PASSED

<./deppart affine -type 1> PASSED

Edited by apryakhin

Merge request reports