@@ -163,7 +163,8 @@ class MatmulTransposeAOp : public MatmulOp {
163
163
// / Build a transpose A matmul with a specific result type.
164
164
static void build (OpBuilder &builder, OperationState &result,
165
165
TypeRange resultTensorTypes, ValueRange inputs,
166
- ValueRange outputs, ArrayRef<NamedAttribute> attributes = {});
166
+ ValueRange outputs,
167
+ ArrayRef<NamedAttribute> attributes = {});
167
168
168
169
// / Build a transpose A matmul with a specific result type and a cast type.
169
170
static void build (OpBuilder &builder, OperationState &result,
@@ -191,7 +192,8 @@ class MatmulTransposeBOp : public MatmulOp {
191
192
// / Build a transpose B matmul with a specific result type.
192
193
static void build (OpBuilder &builder, OperationState &result,
193
194
TypeRange resultTensorTypes, ValueRange inputs,
194
- ValueRange outputs, ArrayRef<NamedAttribute> attributes = {});
195
+ ValueRange outputs,
196
+ ArrayRef<NamedAttribute> attributes = {});
195
197
196
198
// / Build a transpose B matmul with a specific result type and a cast type.
197
199
static void build (OpBuilder &builder, OperationState &result,
@@ -220,7 +222,8 @@ class BatchMatmulTransposeAOp : public BatchMatmulOp {
220
222
// / Build a transpose A matmul with a specific result type.
221
223
static void build (OpBuilder &builder, OperationState &result,
222
224
TypeRange resultTensorTypes, ValueRange inputs,
223
- ValueRange outputs, ArrayRef<NamedAttribute> attributes = {});
225
+ ValueRange outputs,
226
+ ArrayRef<NamedAttribute> attributes = {});
224
227
225
228
// / Build a transpose A matmul with a specific result type and a cast type.
226
229
static void build (OpBuilder &builder, OperationState &result,
@@ -249,7 +252,8 @@ class BatchMatmulTransposeBOp : public BatchMatmulOp {
249
252
// / Build a transpose A matmul with a specific result type.
250
253
static void build (OpBuilder &builder, OperationState &result,
251
254
TypeRange resultTensorTypes, ValueRange inputs,
252
- ValueRange outputs, ArrayRef<NamedAttribute> attributes = {});
255
+ ValueRange outputs,
256
+ ArrayRef<NamedAttribute> attributes = {});
253
257
254
258
// / Build a transpose A matmul with a specific result type and a cast type.
255
259
static void build (OpBuilder &builder, OperationState &result,
0 commit comments