ROOT
6.12/07
Reference Guide
tmva
tmva
src
DNN
Architectures
Cpu.cxx
Go to the documentation of this file.
1
// @(#)root/tmva/tmva/dnn:$Id$
2
// Author: Simon Pfreundschuh 20/07/16
3
4
/*************************************************************************
5
* Copyright (C) 2016, Simon Pfreundschuh *
6
* All rights reserved. *
7
* *
8
* For the licensing terms see $ROOTSYS/LICENSE. *
9
* For the list of contributors see $ROOTSYS/README/CREDITS. *
10
*************************************************************************/
11
12
///////////////////////////////////////////////////////////
13
// Explicit instantiation of the CPU architecture class. //
14
///////////////////////////////////////////////////////////
15
16
#include "
TMVA/DNN/Architectures/Cpu.h
"
17
18
#include "
Cpu/ActivationFunctions.cxx
"
19
#include "
Cpu/Arithmetic.cxx
"
20
#include "
Cpu/Dropout.cxx
"
21
#include "
Cpu/Initialization.cxx
"
22
#include "
Cpu/LossFunctions.cxx
"
23
#include "
Cpu/OutputFunctions.cxx
"
24
#include "
Cpu/Propagation.cxx
"
25
#include "
Cpu/Regularization.cxx
"
26
27
namespace
TMVA
{
28
namespace
DNN {
29
template
class
TCpu<Double_t>;
30
template
class
TCpu<Real_t>;
31
}
// namespace TMVA
32
}
// namespace DNN
Cpu.h
Arithmetic.cxx
ActivationFunctions.cxx
Propagation.cxx
Dropout.cxx
OutputFunctions.cxx
LossFunctions.cxx
Initialization.cxx
Regularization.cxx
TMVA
Abstract ClassifierFactory template that handles arbitrary types.
Definition:
GeneticMinimizer.h:21