debug ftest and update float precision tool

This commit is contained in:
2024-01-24 02:13:55 +01:00
parent 8ade851769
commit c5e31d9aeb
8 changed files with 120 additions and 17 deletions
+2
View File
@@ -3,6 +3,8 @@
#include "dimension_t/dimension_t.h"
void subArray(size_t* dst, size_t* src, size_t debDst, size_t finDst, size_t debSrc);
#define GENERATE_TENSOR_TYPE(type) \
struct tensor_##type{\
dimension *dim;\