MLIR
18.0.0git
|
A unique fingerprint for a specific operation, and all of it's internal operations. More...
#include "mlir/IR/OperationSupport.h"
Public Member Functions | |
OperationFingerPrint (Operation *topOp) | |
OperationFingerPrint (const OperationFingerPrint &)=default | |
OperationFingerPrint & | operator= (const OperationFingerPrint &)=default |
bool | operator== (const OperationFingerPrint &other) const |
bool | operator!= (const OperationFingerPrint &other) const |
A unique fingerprint for a specific operation, and all of it's internal operations.
Definition at line 1312 of file OperationSupport.h.
OperationFingerPrint::OperationFingerPrint | ( | Operation * | topOp | ) |
Definition at line 857 of file OperationSupport.cpp.
References mlir::Operation::walk().
|
default |
|
inline |
Definition at line 1321 of file OperationSupport.h.
|
default |
|
inline |
Definition at line 1318 of file OperationSupport.h.