Updated docs to match functions
This commit is contained in:
parent
4baba33681
commit
3e91a7737e
2 changed files with 6 additions and 6 deletions
|
|
@ -208,8 +208,8 @@ It's worth mentioning you can have multiple sequences referencing the same queue
|
|||
// We need to create explicit sequences with their respective queues
|
||||
// The second parameter is the index in the familyIndex array which is relative
|
||||
// to the vector we created the manager with.
|
||||
mgr.createManagedSequence("queueOne", 0);
|
||||
mgr.createManagedSequence("queueTwo", 1);
|
||||
mgr.sequence("queueOne", 0);
|
||||
mgr.sequence("queueTwo", 1);
|
||||
|
||||
We create the tensors without modifications.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue