[mlir][tosa] Flip to prefixed form.

Flipped to _Both 2 weeks ago, flipping to _Prefixed now.
This commit is contained in:
Jacques Pienaar 2022-08-06 19:24:40 -07:00
parent fa66789d06
commit 4401bde317
1 changed files with 1 additions and 2 deletions

View File

@ -46,8 +46,7 @@ def Tosa_Dialect : Dialect {
let hasConstantMaterializer = 1;
let useDefaultAttributePrinterParser = 1;
// TODO: Flip to _Prefixed
let emitAccessorPrefix = kEmitAccessorPrefix_Both;
let emitAccessorPrefix = kEmitAccessorPrefix_Prefixed;
}
//===----------------------------------------------------------------------===//