MLIR 22.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 267 of file Passes.h.

Member Data Documentation

◆ maxIter

int mlir::CompositeFixedPointPassOptions::maxIter = 10

Definition at line 270 of file Passes.h.

◆ name

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

Definition at line 268 of file Passes.h.

◆ pipelineStr

std::string mlir::CompositeFixedPointPassOptions::pipelineStr

Definition at line 269 of file Passes.h.


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