Lines Matching refs:OperationOp
34 op0 = OperationOp(attributes={"attr": attr}, types=[ty])
37 root = OperationOp(args=[op0_result, input])
53 root = OperationOp(args=[input])
77 op1 = OperationOp(args=[input1], types=[ty])
79 root1 = OperationOp(args=[val1])
80 op2 = OperationOp(args=[input2], types=[ty])
82 root2 = OperationOp(args=[val1, val2])
106 op1 = OperationOp(args=[input1], types=[ty])
108 root1 = OperationOp(args=[val1])
109 op2 = OperationOp(args=[input2], types=[ty])
111 root2 = OperationOp(args=[val1, val2])
132 root = OperationOp(types=[ty1, ty2])
136 newOp = OperationOp(name="foo.op", types=[ty1, ty3])
155 root = OperationOp(types=[ty1, ty2])
158 newOp = OperationOp(name="foo.op", types=[ty1, ty2])
175 root = OperationOp(types=[types])
179 newOp = OperationOp(name="foo.op", types=[types, otherTypes])
197 root = OperationOp(args=[operands])
200 newOp = OperationOp(name="foo.op", types=[types])
214 root = OperationOp()
232 root = OperationOp()
250 root = OperationOp()
270 inputOp = OperationOp(types=[types])
272 root = OperationOp(args=[results])
289 root = OperationOp(types=[resultType])