MLIR 23.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 850 of file Passes.h.

Member Data Documentation

◆ categoryToGeneric

bool mlir::LinalgMorphOpsPassOptions::categoryToGeneric = false

Definition at line 852 of file Passes.h.

◆ genericToNamed

bool mlir::LinalgMorphOpsPassOptions::genericToNamed = false

Definition at line 854 of file Passes.h.

◆ namedToCategory

bool mlir::LinalgMorphOpsPassOptions::namedToCategory = false

Definition at line 851 of file Passes.h.

◆ namedToGeneric

bool mlir::LinalgMorphOpsPassOptions::namedToGeneric = false

Definition at line 853 of file Passes.h.


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