Skip to content
Snippets Groups Projects
Commit 16fcae12 authored by Cyril Moineau's avatar Cyril Moineau Committed by Cyril Moineau
Browse files

Remove transpose operator as it is a duplicate of copyTranspose.

parent c94c614e
No related branches found
No related tags found
2 merge requests!152Update Aidge export to take a graph view has an argument instead of a...,!137Fix fuse mulAdd (and more ;))
...@@ -239,13 +239,6 @@ class Tensor : public Data, ...@@ -239,13 +239,6 @@ class Tensor : public Data,
return *mImpl == *(otherTensor.mImpl); return *mImpl == *(otherTensor.mImpl);
} }
/**
* @brief Transposition operation
*
* @return Tensor
*/
Tensor transpose(const std::vector<DimSize_t> &outputDimsOrder) const;
/** /**
* @brief Element-wise addition operation for two ``Tensor``s. * @brief Element-wise addition operation for two ``Tensor``s.
* @note ``Tensor``s should be stored on the same backend. * @note ``Tensor``s should be stored on the same backend.
......
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