MLIR 23.0.0git
mlir::CompositeFixedPointPassOptions Struct Reference

#include "mlir/Transforms/Passes.h"

Public Attributes

std::string name = "CompositeFixedPointPass"
std::string pipelineStr
int maxIter = 10

Detailed Description

Definition at line 313 of file Passes.h.

Member Data Documentation

◆ maxIter

int mlir::CompositeFixedPointPassOptions::maxIter = 10

Definition at line 316 of file Passes.h.

◆ name

std::string mlir::CompositeFixedPointPassOptions::name = "CompositeFixedPointPass"

Definition at line 314 of file Passes.h.

◆ pipelineStr

std::string mlir::CompositeFixedPointPassOptions::pipelineStr

Definition at line 315 of file Passes.h.


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