mlir.dialects.transform.debug¶
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 |
|
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¶
- class mlir.dialects.transform.debug.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.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.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.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.EmitRemarkAtOpAdaptor¶
Bases:
_ods_ir- OPERATION_NAME = 'transform.debug.emit_remark_at'¶
- at() _ods_ir¶
- message() _ods_ir¶
- mlir.dialects.transform.debug.debug_emit_remark_at(at: _ods_ir, message: str | _ods_ir, *, loc: _ods_ir | None = None, ip: _ods_ir | None = None) EmitRemarkAtOp¶
- class mlir.dialects.transform.debug.EmitParamAsRemarkOp(param: mlir.ir.Attribute, *, anchor: mlir.ir.Operation | None = None, message: mlir.ir.StringAttr | str | None = None, loc=None, ip=None)¶
Bases:
EmitParamAsRemarkOpThis 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.
- mlir.dialects.transform.debug.emit_param_as_remark(param: mlir.ir.Attribute, *, anchor: mlir.ir.Operation | None = None, message: mlir.ir.StringAttr | str | None = None, loc=None, ip=None)¶
- class mlir.dialects.transform.debug.EmitRemarkAtOp(at: mlir.ir.Operation | mlir.ir.Value, message: mlir.ir.StringAttr | str | None = None, *, loc=None, ip=None)¶
Bases:
EmitRemarkAtOpThis 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.
- mlir.dialects.transform.debug.emit_remark_at(at: mlir.ir.Operation | mlir.ir.Value, message: mlir.ir.StringAttr | str | None = None, *, loc=None, ip=None)¶