|
ROOT 6.08/07 Reference Guide |
#include "Utility.h"#include "TMVA/DNN/Architectures/Cuda.h"#include "TMVA/DNN/Architectures/Reference.h"#include <stdlib.h>Functions | |
| int | main () |
| Double_t | testAddRowWise () |
| Double_t | testHadamard () |
| Double_t | testMultiply () |
| Double_t | testReduction () |
| Double_t | testScaleAdd () |
| int main | ( | ) |
Definition at line 174 of file TestCuda.cxx.
| Double_t testAddRowWise | ( | ) |
Definition at line 50 of file TestCuda.cxx.
| Double_t testHadamard | ( | ) |
Definition at line 77 of file TestCuda.cxx.
| Double_t testMultiply | ( | ) |
Definition at line 9 of file TestCuda.cxx.
| Double_t testReduction | ( | ) |
Definition at line 107 of file TestCuda.cxx.
| Double_t testScaleAdd | ( | ) |
Definition at line 145 of file TestCuda.cxx.