Testen #1

Open
gosewehrsi99061 wants to merge 6 commits from Testen into main
Showing only changes of commit 6b6080459f - Show all commits

View File

@ -4,11 +4,20 @@
#include <math.h>
#include "unity.h"
#include "neuralNetwork.h"
//Dateischichten sind in neuralNetwork.h definiert
static void prepareNeuralNetworkFile(const char *path, const NeuralNetwork nn)
{
// TODO
// Datei oeffnen
FILE *fopen(const char *NeuralNetwork, const char *r);
if (__info2_neural_network_file_format__ == NULL) return 1;
// Dateiname: __info2_neural_network_file_format__
// Datei wieder schließen!
int fclose(FILE *path);
}
void test_loadModelReturnsCorrectNumberOfLayers(void)