Open
Description
destionation branch = GraphZant
Feature Description
Implement a getInputs()
method in each operator in src/IR_graph/op_union/operators
that retruns a []*TensorZant of the inputs of the nodes.
Remember to add the method to Op_union
in src/IR_graph/op_union
with all the relative switch cases.
Feel free to ask down here!