|
25.11
|
#include <cmath>Go to the source code of this file.
Namespaces | |
| namespace | armnnUtils |
Functions | |
| bool | within_percentage_tolerance (float a, float b, float tolerancePercent=1.0f) |
| Compare two floats and return true if their values are within a specified tolerance of each other. | |