MLIR 22.0.0git
mlir::ViewOpGraphOptions Struct Reference

#include "mlir/Transforms/Passes.h"

Public Attributes

unsigned maxLabelLen = 20
bool printAttrs = true
bool printControlFlowEdges = false
bool printDataFlowEdges = true
bool printResultTypes = true

Detailed Description

Definition at line 1505 of file Passes.h.

Member Data Documentation

◆ maxLabelLen

unsigned mlir::ViewOpGraphOptions::maxLabelLen = 20

Definition at line 1506 of file Passes.h.

◆ printAttrs

bool mlir::ViewOpGraphOptions::printAttrs = true

Definition at line 1507 of file Passes.h.

◆ printControlFlowEdges

bool mlir::ViewOpGraphOptions::printControlFlowEdges = false

Definition at line 1508 of file Passes.h.

◆ printDataFlowEdges

bool mlir::ViewOpGraphOptions::printDataFlowEdges = true

Definition at line 1509 of file Passes.h.

◆ printResultTypes

bool mlir::ViewOpGraphOptions::printResultTypes = true

Definition at line 1510 of file Passes.h.


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