Added more tests.

This commit is contained in:
2023-09-04 16:41:07 +02:00
parent 3543700b01
commit 8c2906765f
9 changed files with 170 additions and 14 deletions

View File

@@ -1,9 +1,6 @@
#ifndef _TEST_TENSOR_H_INCLUDED_
#define _TEST_TENSOR_H_INCLUDED_
#include <stdio.h>
#include <string.h>
#include <assert.h>
#include "../tensor.h"
#include "tensor_assert.h"