kissinference 1.4.x
|
A function pointer of this type is used by libkissinference-train to request data from the user. More...
Data Fields | |
float * | in |
Network input. | |
size_t | in_size |
Length of the input array. | |
float * | out |
Target output for loss computation. | |
size_t | out_size |
Length of the target output array. | |
A function pointer of this type is used by libkissinference-train to request data from the user.
session | the session that this request belongs too |
user_ptr | the user pointer supplied to kiss_start_training |