static Attribute readAttribute(MLIRContext* context, DialectBytecodeReader &reader) { … } static LogicalResult writeAttribute(Attribute attribute, DialectBytecodeWriter &writer) { … } static ::mlir::Type readAnyQuantizedType(MLIRContext* context, DialectBytecodeReader &reader) { … } static ::mlir::Type readAnyQuantizedTypeWithExpressedType(MLIRContext* context, DialectBytecodeReader &reader) { … } static void write(AnyQuantizedType type, DialectBytecodeWriter &writer) { … } static ::mlir::Type readCalibratedQuantizedType(MLIRContext* context, DialectBytecodeReader &reader) { … } static void write(CalibratedQuantizedType type, DialectBytecodeWriter &writer) { … } static ::mlir::Type readUniformQuantizedPerAxisType(MLIRContext* context, DialectBytecodeReader &reader) { … } static void write(UniformQuantizedPerAxisType type, DialectBytecodeWriter &writer) { … } static ::mlir::Type readUniformQuantizedType(MLIRContext* context, DialectBytecodeReader &reader) { … } static void write(UniformQuantizedType type, DialectBytecodeWriter &writer) { … } static Type readType(MLIRContext* context, DialectBytecodeReader &reader) { … } static LogicalResult writeType(Type type, DialectBytecodeWriter &writer) { … }