MLIR  21.0.0git
Public Member Functions | List of all members
mlir::EmptyProperties Struct Reference

Structure used by default as a "marker" when no "Properties" are set on an Operation. More...

#include "mlir/IR/OpDefinition.h"

Public Member Functions

bool operator== (const EmptyProperties &) const
 
bool operator!= (const EmptyProperties &) const
 

Detailed Description

Structure used by default as a "marker" when no "Properties" are set on an Operation.

Definition at line 77 of file OpDefinition.h.

Member Function Documentation

◆ operator!=()

bool mlir::EmptyProperties::operator!= ( const EmptyProperties ) const
inline

Definition at line 79 of file OpDefinition.h.

◆ operator==()

bool mlir::EmptyProperties::operator== ( const EmptyProperties ) const
inline

Definition at line 78 of file OpDefinition.h.


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