PandA-2024.02
|
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <unistd.h>
#include <assert.h>
#include "backprop.h"
Go to the source code of this file.
Functions | |
int | main (int argc, const char *argv[]) |
int main | ( | int | argc, |
const char * | argv[] | ||
) |
Definition at line 14 of file generate.c.
References bench_args_t::biases1, bench_args_t::biases2, bench_args_t::biases3, data_to_input(), prng_rand_t::i, input_dimension, max, nodes_per_layer, offset, possible_outputs, prng_rand(), PRNG_RAND_MAX, prng_srand(), bench_args_t::training_data, training_sets, bench_args_t::training_targets, TYPE, bench_args_t::weights1, bench_args_t::weights2, and bench_args_t::weights3.