Updated docsrings and regen docs
This commit is contained in:
parent
b9d210185b
commit
b80548ac3d
3 changed files with 11 additions and 0 deletions
|
|
@ -79,6 +79,7 @@ class Sequence
|
|||
* not be able to add the operation.
|
||||
*
|
||||
* @param tensors Vector of tensors to use for the operation
|
||||
* @param TArgs Template parameters that are used to initialise operation which allows for extensible configurations on initialisation.
|
||||
*/
|
||||
template<typename T, typename... TArgs>
|
||||
bool record(std::vector<std::shared_ptr<Tensor>> tensors, TArgs&&... params)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue