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 306 of file Passes.h.

Member Data Documentation

◆ maxIter

int mlir::CompositeFixedPointPassOptions::maxIter = 10

Definition at line 309 of file Passes.h.

◆ name

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

Definition at line 307 of file Passes.h.

◆ pipelineStr

std::string mlir::CompositeFixedPointPassOptions::pipelineStr

Definition at line 308 of file Passes.h.


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