MLIR 22.0.0git
mlir::arith::ArithExpandOpsPassOptions Struct Reference

#include "mlir/Dialect/Arith/Transforms/Passes.h"

Public Attributes

bool includeBf16 = false
bool includeF8E8M0 = false
bool includeF4E2M1 = false

Detailed Description

Definition at line 212 of file Passes.h.

Member Data Documentation

◆ includeBf16

bool mlir::arith::ArithExpandOpsPassOptions::includeBf16 = false

Definition at line 213 of file Passes.h.

◆ includeF4E2M1

bool mlir::arith::ArithExpandOpsPassOptions::includeF4E2M1 = false

Definition at line 215 of file Passes.h.

◆ includeF8E8M0

bool mlir::arith::ArithExpandOpsPassOptions::includeF8E8M0 = false

Definition at line 214 of file Passes.h.


The documentation for this struct was generated from the following file: