CUDA Networks
|
Implementation of the NeuralNetwork::get_accuracy method. More...
Go to the source code of this file.
Functions | |
__global__ void | calculate_accuracy_kernel (const double *predictions, const double *Y, int size, int *correct_count) |
Implementation of the NeuralNetwork::get_accuracy method.
Definition in file neural_network_get_accuracy.cu.
__global__ void calculate_accuracy_kernel | ( | const double * | predictions, |
const double * | Y, | ||
int | size, | ||
int * | correct_count | ||
) |
Definition at line 9 of file neural_network_get_accuracy.cu.