#include <stdio.h>
Include dependency graph for binarysave.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Functions | |
| int | binaryWeightsFileRead ( FILE *infile ) |
| Read and process a binary weight file. More... | |
| int | binaryWeightsFileWrite ( FILE *outfile ) |
| Write network weights to a binary file. More... | |
| void | printTokens ( FILE *infile ) |
| Prints the tokens present in a binary file for debugging. More... | |
| void | binarysave_init_hook ( void ) |
Definition in file binarysave.h.
|
|
Read and process a binary weight file.
Definition at line 464 of file binarysave.c. Referenced by load_current(). |
|
|
Write network weights to a binary file.
Definition at line 230 of file binarysave.c. Referenced by save_current(). |
|
|
Definition at line 208 of file binarysave.c. |
|
|
Prints the tokens present in a binary file for debugging.
Definition at line 962 of file binarysave.c. |
1.2.1 written by Dimitri van Heesch,
© 1997-2000