Skip to content

Commit eeac33c

Browse files
cccclaifacebook-github-bot
authored andcommitted
update sdk delegate integration
Summary: As title Reviewed By: tarun292 Differential Revision: D56479387
1 parent ee8c3a6 commit eeac33c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/sdk-delegate-integration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Delegate authors propagate what transformations occur in a lowered backend by re
2020

2121
For example:
2222
- **{ 0: (10, 11), 1: (11, 12) }:** Identifiers 0 and 1 in the runtime correspond to operators with the debug handles (10, 11) and (11, 12) respectively.
23-
- **{ “Fancy Fusion”: (11, 12, 15) }**: Identifier “Fancy Fusion” in the runtime corresponds to operators with debug handles (11, 12, 15).
23+
- **{ “fused_op_1_2_3”: (11, 12, 15) }**: Identifier “fused_op_1_2_3” in the runtime corresponds to operators with debug handles (11, 12, 15), and 11, 12, 15 corresponds to the op 1, op 2 and op 3.
2424

2525
```{Note}
2626
Identifiers are a means of connecting runtime results to the model graph; the interpretation of the identifiers is defined by the delegate author.

0 commit comments

Comments
 (0)