MLIR 23.0.0git
mlir::OpTrait::TokenConsumerTrait< ConcreteType > Class Template Reference

This trait marks operations that are allowed to consume builtin token values. More...

#include "mlir/IR/OpDefinition.h"

Inheritance diagram for mlir::OpTrait::TokenConsumerTrait< ConcreteType >:

Additional Inherited Members

Protected Member Functions inherited from mlir::OpTrait::TraitBase< ConcreteType, TokenConsumerTrait >
OperationgetOperation ()
 Return the ultimate Operation being worked on.

Detailed Description

template<typename ConcreteType>
class mlir::OpTrait::TokenConsumerTrait< ConcreteType >

This trait marks operations that are allowed to consume builtin token values.

Definition at line 790 of file OpDefinition.h.


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