mlir.dialects._transform_debug_extension_ops_gen¶
Attributes¶
Classes¶
This operation emits a diagnostic remark containing the string form of the |
|
This operation emits a diagnostic remark with the given message at the |
|
Functions¶
|
|
|
Module Contents¶
- mlir.dialects._transform_debug_extension_ops_gen._ods_ir¶
- mlir.dialects._transform_debug_extension_ops_gen._Buffer¶
- class mlir.dialects._transform_debug_extension_ops_gen.EmitParamAsRemarkOp(param: _ods_ir, *, anchor: _ods_ir | None = None, message: str | _ods_ir | None = None, loc: _ods_ir | None = None, ip: _ods_ir | None = None)¶
Bases:
_ods_irThis operation emits a diagnostic remark containing the string form of the attributes associated with the parameter provided as attribute. It takes as optional arguments:
an additional message text to prepend;
a handle pointing to operations the location of which will be used to
emit the diagnostic; if multiple operations are associated, the diagnostic is emitted for all of their respective locations.
This operation always succeeds.
- OPERATION_NAME = 'transform.debug.emit_param_as_remark'¶
- _ODS_REGIONS = (0, True)¶
- param() _ods_ir¶
- anchor() _ods_ir | None¶
- message() _ods_ir | None¶
- class mlir.dialects._transform_debug_extension_ops_gen.EmitParamAsRemarkOpAdaptor¶
Bases:
_ods_ir- OPERATION_NAME = 'transform.debug.emit_param_as_remark'¶
- param() _ods_ir¶
- anchor() _ods_ir | None¶
- message() _ods_ir | None¶
- mlir.dialects._transform_debug_extension_ops_gen.debug_emit_param_as_remark(param: _ods_ir, *, anchor: _ods_ir | None = None, message: str | _ods_ir | None = None, loc: _ods_ir | None = None, ip: _ods_ir | None = None) EmitParamAsRemarkOp¶
- class mlir.dialects._transform_debug_extension_ops_gen.EmitRemarkAtOp(at: _ods_ir, message: str | _ods_ir, *, loc: _ods_ir | None = None, ip: _ods_ir | None = None)¶
Bases:
_ods_irThis operation emits a diagnostic remark with the given message at the location of each payload object associated with the argument. The argument may be an operation or a value handle.
This operation always succeeds.
- OPERATION_NAME = 'transform.debug.emit_remark_at'¶
- _ODS_REGIONS = (0, True)¶
- at() _ods_ir¶
- message() _ods_ir¶
- class mlir.dialects._transform_debug_extension_ops_gen.EmitRemarkAtOpAdaptor¶
Bases:
_ods_ir- OPERATION_NAME = 'transform.debug.emit_remark_at'¶
- at() _ods_ir¶
- message() _ods_ir¶
- mlir.dialects._transform_debug_extension_ops_gen.debug_emit_remark_at(at: _ods_ir, message: str | _ods_ir, *, loc: _ods_ir | None = None, ip: _ods_ir | None = None) EmitRemarkAtOp¶