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

[Integration] Added execute_custom_node.py, at the moment without functionality

parent fbfd7b52
No related branches found
No related tags found
No related merge requests found
#import onnx.helper as helper
#import finn.core.MultiThreshold
def execute_custom_node(node, context, graph)
"""Call custom implementation to execute a single custom node. Input/output provided via context."""
node_inputs = list(filter(lambda x: x.name in node.input, graph.input))
print(node_inputs)
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