My Project
Public Member Functions | List of all members
mlir::Pass::ListOption< DataType > Struct Template Reference

#include <Pass.h>

Inheritance diagram for mlir::Pass::ListOption< DataType >:
Inheritance graph
[legend]
Collaboration diagram for mlir::Pass::ListOption< DataType >:
Collaboration graph
[legend]

Public Member Functions

template<typename... Args>
 ListOption (Pass &parent, StringRef arg, Args &&... args)
 
- Public Member Functions inherited from mlir::detail::PassOptions::ListOption< DataType >
template<typename... Args>
 ListOption (PassOptions &parent, StringRef arg, Args &&... args)
 
 ~ListOption () override=default
 
ListOption< DataType > & operator= (ArrayRef< DataType > values)
 Allow assigning from an ArrayRef. More...
 
std::vector< DataType > * operator-> ()
 

Detailed Description

template<typename DataType>
struct mlir::Pass::ListOption< DataType >

This class represents a specific pass option that contains a list of values of the provided data type.

Constructor & Destructor Documentation

◆ ListOption()

template<typename DataType >
template<typename... Args>
mlir::Pass::ListOption< DataType >::ListOption ( Pass parent,
StringRef  arg,
Args &&...  args 
)
inline

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