MLIR
20.0.0git
|
This class represents an opaque resource. More...
#include "mlir/IR/AsmState.h"
Public Member Functions | |
OpaqueAsmResource (StringRef key, std::variant< AsmResourceBlob, bool, std::string > value) | |
Public Attributes | |
std::string | key |
The key identifying the resource. More... | |
std::variant< AsmResourceBlob, bool, std::string > | value |
An opaque value for the resource, whose variant values align 1-1 with the kinds defined in AsmResourceEntryKind. More... | |
This class represents an opaque resource.
Definition at line 422 of file AsmState.h.
|
inline |
Definition at line 423 of file AsmState.h.
std::string mlir::FallbackAsmResourceMap::OpaqueAsmResource::key |
The key identifying the resource.
Definition at line 428 of file AsmState.h.
std::variant<AsmResourceBlob, bool, std::string> mlir::FallbackAsmResourceMap::OpaqueAsmResource::value |
An opaque value for the resource, whose variant values align 1-1 with the kinds defined in AsmResourceEntryKind.
Definition at line 431 of file AsmState.h.