Skip to content

Commit

Permalink
Fix TCP_MulOp tablegen definition
Browse files Browse the repository at this point in the history
  • Loading branch information
marbre committed Oct 28, 2020
1 parent c08935a commit 30adf9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/npcomp/Dialect/TCP/IR/TCPOps.td
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def TCP_MaxOp : BinaryArithmeticOp<"max"> {
}];
}

def TCF_MulOp : BinaryArithmeticOp<"mul"> {
def TCP_MulOp : BinaryArithmeticOp<"mul"> {
let summary = "Multiply an input tensor by a scalar tensor.";
let description = [{
Multiplies each element of the input `input` with the scalar `other` and returns a new resulting tensor. The tensor types must match and shapes must be broadcastable.
Expand Down

0 comments on commit 30adf9e

Please sign in to comment.