Replace Name Maps with Node-Pointers Unordered Maps
Compare changes
Files
8@@ -13,7 +13,7 @@
@@ -13,7 +13,7 @@
@@ -36,7 +36,7 @@ namespace Aidge
@@ -36,7 +36,7 @@ namespace Aidge
std::map<std::string, std::vector<int>> computeHistograms(std::map<std::string, double> valueRanges, int nbBins, std::shared_ptr<GraphView> graphView, std::vector<std::shared_ptr<Tensor>> inputDataSet, bool useCuda);
* @brief Given an input activation histogram, compute the optimal clipping value in the sense of the Lp norm.
@@ -67,7 +67,7 @@ namespace Aidge
@@ -67,7 +67,7 @@ namespace Aidge
std::map<std::string, double> adjustRanges(Clipping clippingMode, std::map<std::string, double> valueRanges, std::uint8_t nbBits, std::shared_ptr<GraphView> graphView, std::vector<std::shared_ptr<Tensor>> inputDataSet, bool useCuda, bool verbose);