[Add] Possibility to create a GenericOperator from any Operator
Compare changes
One envisionned use-case is to be able to replace actual Operator
obejcts with GenericOperator
that would behave differently even regarding the size of inputs/outputs Tensors.
For example, a Conv that works on 4-bits packed data, which input/output size would be different from the standard Conv operator because of memory alignments. This would be useful for the export of sub 8-bits kernels in the Cortex-M export.
Add possibility to create a GenericOperator
from any Operator
.
toGenericOp()
recipe to convert operator into GenericOperatorOperator::inputCategory()
getter for input categoriestoGenericOperator()
recipeStaticAttributes
convertible to DynamicAttributes
Copyright © Eclipse Foundation, Inc. All Rights Reserved. Privacy Policy | Terms of Use | Copyright Agent