Skip to content

Commit a4198b4

Browse files
committed
Fix typo
1 parent 238d3af commit a4198b4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Deeploy/DeeployTypes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1149,7 +1149,7 @@ def parseAttrs(self, node: gs.Node) -> OperatorRepresentation:
11491149
def parse(self, ctxt: NetworkContext, node: gs.Node) -> OperatorRepresentation:
11501150
opReprs = {
11511151
"input tensors": self.parseTensors(ctxt, node.inputs, self.inputDescriptor),
1152-
"output tesnors": self.parseTensors(ctxt, node.outputs, self.outputDescriptor),
1152+
"output tensors": self.parseTensors(ctxt, node.outputs, self.outputDescriptor),
11531153
"attributes": self.parseAttrs(node),
11541154
}
11551155

0 commit comments

Comments
 (0)