Skip to content
Snippets Groups Projects

Add support for the MatMul operator

Merged Benjamin Halimi requested to merge add_matmul into dev
Compare and
10 files
+ 455
333
Compare changes
  • Side-by-side
  • Inline
Files
10
@@ -74,6 +74,12 @@ namespace Aidge {
@@ -74,6 +74,12 @@ namespace Aidge {
*/
*/
bool isNotQuantized(std::shared_ptr<Node> node);
bool isNotQuantized(std::shared_ptr<Node> node);
 
/**
 
* @brief Compute the absolute max of a tensor
 
* @param tensor The Tensor to process
 
*/
 
double getTensorAbsoluteMax(std::shared_ptr<Tensor> tensor);
 
/**
/**
* @brief Retrieve the scheduled vector of node of a graphView, without the Producer nodes.
* @brief Retrieve the scheduled vector of node of a graphView, without the Producer nodes.
* @param graphView The graphView containing the nodes
* @param graphView The graphView containing the nodes
Loading