Skip to content
Snippets Groups Projects

Fix the PTQ NaN bug

Merged Benjamin Halimi requested to merge fix_nan into dev
2 files
+ 13
13
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -30,7 +30,7 @@ namespace Aidge
@@ -30,7 +30,7 @@ namespace Aidge
* @param graphView The GraphView to process.
* @param graphView The GraphView to process.
* @param targetDelta the stopping criterion (typical value : 0.01)
* @param targetDelta the stopping criterion (typical value : 0.01)
*/
*/
void crossLayerEqualization(std::shared_ptr<GraphView> graphView, float targetDelta = 0.01);
void crossLayerEqualization(std::shared_ptr<GraphView> graphView, double targetDelta = 0.01);
}
}
Loading