From d3a6dbc0b895bdfdae3627c00d35066c4f51b032 Mon Sep 17 00:00:00 2001 From: Feng Liu Date: Mon, 9 Sep 2019 15:29:30 -0700 Subject: [NFC] Rename ExpressedToUniformQuantizedType to ExpressedToQuantizedType PiperOrigin-RevId: 268090906 --- mlir/lib/Dialect/QuantOps/Transforms/ConvertSimQuant.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mlir/lib/Dialect/QuantOps/Transforms/ConvertSimQuant.cpp') diff --git a/mlir/lib/Dialect/QuantOps/Transforms/ConvertSimQuant.cpp b/mlir/lib/Dialect/QuantOps/Transforms/ConvertSimQuant.cpp index 129671979ca..4f6eb8cb985 100644 --- a/mlir/lib/Dialect/QuantOps/Transforms/ConvertSimQuant.cpp +++ b/mlir/lib/Dialect/QuantOps/Transforms/ConvertSimQuant.cpp @@ -62,7 +62,7 @@ public: auto fqOp = cast(op); auto converter = - ExpressedToUniformQuantizedConverter::forInputType(fqOp.getType()); + ExpressedToQuantizedConverter::forInputType(fqOp.getType()); if (!converter) { return (op->emitError("unsupported quantized type conversion"), true); } -- cgit v1.2.3