My Project
Public Member Functions | List of all members
mlir::detail::op_matcher< OpClass > Struct Template Reference

The matcher that matches a certain kind of op. More...

#include <Matchers.h>

Public Member Functions

bool match (Operation *op)
 

Detailed Description

template<typename OpClass>
struct mlir::detail::op_matcher< OpClass >

The matcher that matches a certain kind of op.

Member Function Documentation

◆ match()

template<typename OpClass >
bool mlir::detail::op_matcher< OpClass >::match ( Operation op)
inline

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