mirror of
https://github.com/intel/llvm.git
synced 2026-01-25 10:55:58 +08:00
[mlir][NFC] Rename QuantOps to Quant
Summary: Renamed QuantOps to Quant to avoid the Ops suffix. All dialects will contain ops, so the Ops suffix is redundant. Differential Revision: https://reviews.llvm.org/D76318
This commit is contained in:
committed by
River Riddle
parent
1d19b15395
commit
363dd3f394
@@ -11,8 +11,8 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#include "mlir/Dialect/QuantOps/QuantOps.h"
|
||||
#include "mlir/Dialect/QuantOps/QuantTypes.h"
|
||||
#include "mlir/Dialect/Quant/QuantOps.h"
|
||||
#include "mlir/Dialect/Quant/QuantTypes.h"
|
||||
#include "mlir/IR/Attributes.h"
|
||||
#include "mlir/IR/Builders.h"
|
||||
#include "mlir/Quantizer/Configurations/FxpMathConfig.h"
|
||||
|
||||
Reference in New Issue
Block a user