#include <gnn_output.h>
Data Fields | |
| gnn_output_type | mode |
| size_t | size |
| size_t | m |
| gnn_output_reset_type | reset |
| gnn_output_put_type | put |
| gnn_output_destroy_type | destroy |
|
|
The "destroy" function pointer. Definition at line 99 of file gnn_output.h. |
|
|
The size of the output samples. Definition at line 96 of file gnn_output.h. |
|
|
Can be a stream or random access device. Definition at line 94 of file gnn_output.h. |
|
|
The "put" function pointer. Definition at line 98 of file gnn_output.h. |
|
|
The "reset" function pointer. Definition at line 97 of file gnn_output.h. |
|
|
The number of samples that can be stored. Definition at line 95 of file gnn_output.h. |
1.2.18