Skip to content
Snippets Groups Projects
Commit d1c7a151 authored by auphelia's avatar auphelia
Browse files

[Registry] Remove obsolete QuantAvgPool2dNHWC node

parent 2da0fe14
No related branches found
No related tags found
No related merge requests found
......@@ -50,7 +50,6 @@ from finn.custom_op.fpgadataflow.addstreams_batch import AddStreams_Batch
from finn.custom_op.fpgadataflow.labelselect_batch import LabelSelect_Batch
from finn.custom_op.quantavgpool2d import QuantAvgPool2d
from finn.custom_op.fpgadataflow.duplicatestreams_batch import DuplicateStreams_Batch
from finn.custom_op.quantavgpool2dnhwc import QuantAvgPool2dNHWC
# create a mapping of all known CustomOp names and classes
custom_op = {}
......@@ -73,7 +72,6 @@ custom_op["AddStreams_Batch"] = AddStreams_Batch
custom_op["LabelSelect_Batch"] = LabelSelect_Batch
custom_op["QuantAvgPool2d"] = QuantAvgPool2d
custom_op["DuplicateStreams_Batch"] = DuplicateStreams_Batch
custom_op["QuantAvgPool2dNHWC"] = QuantAvgPool2dNHWC
def getCustomOp(node):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment