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

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

Public Attributes

mlir::tosa::SpecificationVersion specificationVersion = mlir::tosa::SpecificationVersion::V_1_0
mlir::tosa::Level level = mlir::tosa::Level::eightK
::llvm::SmallVector< std::string > profiles
::llvm::SmallVector< std::string > extensions

Detailed Description

Definition at line 21 of file Passes.h.

Member Data Documentation

◆ extensions

::llvm::SmallVector<std::string> mlir::tosa::TosaAttachTargetOptions::extensions

Definition at line 25 of file Passes.h.

◆ level

mlir::tosa::Level mlir::tosa::TosaAttachTargetOptions::level = mlir::tosa::Level::eightK

Definition at line 23 of file Passes.h.

◆ profiles

::llvm::SmallVector<std::string> mlir::tosa::TosaAttachTargetOptions::profiles

Definition at line 24 of file Passes.h.

◆ specificationVersion

mlir::tosa::SpecificationVersion mlir::tosa::TosaAttachTargetOptions::specificationVersion = mlir::tosa::SpecificationVersion::V_1_0

Definition at line 22 of file Passes.h.


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