MLIR 22.0.0git
mlir::LinalgMorphOpsPassOptions Struct Reference

#include "mlir/Dialect/Linalg/Passes.h"

Public Attributes

bool namedToCategory = false
bool categoryToGeneric = false
bool namedToGeneric = false
bool genericToNamed = false

Detailed Description

Definition at line 946 of file Passes.h.

Member Data Documentation

◆ categoryToGeneric

bool mlir::LinalgMorphOpsPassOptions::categoryToGeneric = false

Definition at line 948 of file Passes.h.

◆ genericToNamed

bool mlir::LinalgMorphOpsPassOptions::genericToNamed = false

Definition at line 950 of file Passes.h.

◆ namedToCategory

bool mlir::LinalgMorphOpsPassOptions::namedToCategory = false

Definition at line 947 of file Passes.h.

◆ namedToGeneric

bool mlir::LinalgMorphOpsPassOptions::namedToGeneric = false

Definition at line 949 of file Passes.h.


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