Skip to content
Snippets Groups Projects
Commit 53b0e655 authored by Maxence Naud's avatar Maxence Naud
Browse files

Fix typo Tensor.hpp

parent df4e4fc1
No related branches found
No related tags found
No related merge requests found
...@@ -292,7 +292,7 @@ public: ...@@ -292,7 +292,7 @@ public:
* @brief Set the DataType of the Tensor and converts data * @brief Set the DataType of the Tensor and converts data
* if the Tensor has already been initialized and copyCast is true. * if the Tensor has already been initialized and copyCast is true.
* @param dt DataType * @param dt DataType
* @param copyCast If truOe (default), previous data is copy-casted. Otherwise * @param copyCast If true (default), previous data is copy-casted. Otherwise
* previous data is lost. * previous data is lost.
*/ */
void setDataType(const DataType dt, bool copyCast = true) { void setDataType(const DataType dt, bool copyCast = true) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment