MLIR 22.0.0git
mlir::tosa::TosaValidationOptions Struct Reference

#include "mlir/Dialect/Tosa/Transforms/Passes.h"

Public Attributes

bool strictOpSpecAlignment = false
bool allowInvalidOpDatatypeCombinations = false

Detailed Description

Definition at line 608 of file Passes.h.

Member Data Documentation

◆ allowInvalidOpDatatypeCombinations

bool mlir::tosa::TosaValidationOptions::allowInvalidOpDatatypeCombinations = false

Definition at line 610 of file Passes.h.

Referenced by mlir::tosa::registerTosaToLinalgPipelines().

◆ strictOpSpecAlignment

bool mlir::tosa::TosaValidationOptions::strictOpSpecAlignment = false

Definition at line 609 of file Passes.h.

Referenced by mlir::tosa::registerTosaToLinalgPipelines().


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