Fix typo (#2514)
This commit is contained in:
@ -86,7 +86,7 @@ and destroying the `Tensor` doesn't deallocate the array of elements.
|
||||
|
||||
This has implications for developers of generic `Tensor` algorithms.
|
||||
For example, input `Tensor` parameters of a function
|
||||
should be passed by referece or const reference,
|
||||
should be passed by reference or const reference,
|
||||
because passing a `Tensor` by value
|
||||
may or may not make a deep copy of the `Tensor`'s elements.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user