Skip to content

Commit

Permalink
test gpg
Browse files Browse the repository at this point in the history
  • Loading branch information
yczhang-nv committed Jul 29, 2024
1 parent 5940311 commit 5b890d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/developer_guide/guides/9_control_messages.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,4 +101,4 @@ msg_meta = MessageMeta(data)
| Get a specifc inference tensor | `multi_tensor_msg.get_tensor(tensor_name)` | `control_msg.tensors().get_tensor(tensor_name)` |


Note that the `get_slice()` and `copy_ranges()` functions in `ControlMessage` return the `MessageMeta` after slicing, whereas these functions in `MultiMessage` return a new `MultiMessage` instance.
Note that the `get_slice()` and `copy_ranges()` functions in `ControlMessage` return the `MessageMeta` after slicing, whereas these functions in `MultiMessage` return a new `MultiMessage` instance.

0 comments on commit 5b890d2

Please sign in to comment.