Updated docstrings, reformatted and removed opalgoinout
This commit is contained in:
parent
7a6d80c435
commit
6cbbb48827
5 changed files with 26 additions and 219 deletions
|
|
@ -79,7 +79,8 @@ 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.
|
||||
* @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