This commit is contained in:
Awni Hannun
2025-04-23 13:08:28 -07:00
committed by GitHub
parent 38c1e720c2
commit fbc89e3ced
7 changed files with 34 additions and 7 deletions

View File

@@ -65,6 +65,7 @@ struct finfo {
Dtype dtype;
double min;
double max;
double eps;
};
/** Holds information about integral types. */