ROOT
6.10/00
Reference Guide
ROOT Home Page
Main Page
Tutorials
User's Classes
Namespaces
All Classes
Files
Release Notes
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
tmva
tmva
src
DNN
Architectures
Reference.cxx
Go to the documentation of this file.
1
// @(#)root/tmva/tmva/dnn:$Id$
2
// Author: Simon Pfreundschuh 10/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 TReference architecture class //
14
// template for Double_t scalar types. //
15
////////////////////////////////////////////////////////////////
16
17
#include <iostream>
18
#include "
TMVA/DNN/Architectures/Reference.h
"
19
20
#include "
Reference/Propagation.cxx
"
21
#include "
Reference/ActivationFunctions.cxx
"
22
#include "
Reference/OutputFunctions.cxx
"
23
#include "
Reference/LossFunctions.cxx
"
24
#include "
Reference/Regularization.cxx
"
25
#include "
Reference/Initialization.cxx
"
26
#include "
Reference/Dropout.cxx
"
27
28
namespace
TMVA {
29
namespace
DNN {
30
template
class
TReference<Double_t>;
31
}
// namespace TMVA
32
}
// namespace DNN
LossFunctions.cxx
Reference.h
ActivationFunctions.cxx
Propagation.cxx
Regularization.cxx
Dropout.cxx
OutputFunctions.cxx
Initialization.cxx