Added function for array comparison. Fixed mistake in Makefile.

This commit is contained in:
2023-09-07 19:39:35 +02:00
parent f942ef25c2
commit 6f320f593c
5 changed files with 62 additions and 30 deletions

View File

@@ -2,6 +2,7 @@
#define _TENSOR_H_INCLUDED_
#include "dtype.h"
#include "tensorarray.h"
#include <stdlib.h>
#include <stdio.h>