Skip to content
Snippets Groups Projects
Commit a4f64b24 authored by ys26's avatar ys26
Browse files

Update operators.py

parent 1805770f
No related branches found
No related tags found
No related merge requests found
......@@ -2,9 +2,9 @@ from .ir import DFGNode, ActivationNode, LogicalOpNode
class AddNode(DFGNode):
pass
class MatMul(DFGNode):
class MatMulNode(DFGNode):
pass
class SoftMax(DFGNode):
class SoftMaxNode(DFGNode):
pass
class Conv2DNode(DFGNode):
def __init__(self, layer):
......
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