mirror of
https://github.com/zama-ai/concrete.git
synced 2026-01-09 12:57:55 -05:00
1.2 KiB
1.2 KiB
'Tracing' Dialect
Tracing dialect A dialect to print program values at runtime.
Operation definition
Tracing.trace_ciphertext (::mlir::concretelang::Tracing::TraceCiphertextOp)
Prints a ciphertext.
Attributes:
| Attribute | MLIR Type | Description |
|---|---|---|
msg |
::mlir::StringAttr | string attribute |
nmsb |
::mlir::IntegerAttr | 32-bit signless integer attribute |
Operands:
| Operand | Description |
|---|---|
ciphertext |
Tracing.trace_message (::mlir::concretelang::Tracing::TraceMessageOp)
Prints a message.
Attributes:
| Attribute | MLIR Type | Description |
|---|---|---|
msg |
::mlir::StringAttr | string attribute |
Tracing.trace_plaintext (::mlir::concretelang::Tracing::TracePlaintextOp)
Prints a plaintext.
Attributes:
| Attribute | MLIR Type | Description |
|---|---|---|
msg |
::mlir::StringAttr | string attribute |
nmsb |
::mlir::IntegerAttr | 32-bit signless integer attribute |
Operands:
| Operand | Description |
|---|---|
plaintext |
integer |