Loading [MathJax]/extensions/tex2jax.js
ROOT
Version v6.26
master
v6.34
v6.32
v6.30
v6.28
v6.24
v6.22
v6.20
v6.18
v6.16
v6.14
v6.12
v6.10
v6.08
v6.06
Reference Guide
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
Loading...
Searching...
No Matches
RModelParser_Keras.h
Go to the documentation of this file.
1
// @(#)root/tmva/pymva $Id$
2
// Author: Sanjiban Sengupta, 2021
3
4
/**********************************************************************************
5
* Project: TMVA - a Root-integrated toolkit for multivariate data analysis *
6
* Package: TMVA *
7
* Web : http://tmva.sourceforge.net *
8
* *
9
* Description: *
10
* Functionality for parsing a saved Keras .H5 model into RModel object *
11
* *
12
* Authors (alphabetical): *
13
* Sanjiban Sengupta <sanjiban.sg@gmail.com> *
14
* *
15
* Copyright (c) 2021: *
16
* CERN, Switzerland *
17
* *
18
* *
19
* Redistribution and use in source and binary forms, with or without *
20
* modification, are permitted according to the terms listed in LICENSE *
21
* (http://tmva.sourceforge.net/LICENSE) *
22
**********************************************************************************/
23
24
25
#ifndef TMVA_SOFIE_RMODELPARSER_KERAS
26
#define TMVA_SOFIE_RMODELPARSER_KERAS
27
28
#include "
TMVA/RModel.hxx
"
29
#include "
TMVA/SOFIE_common.hxx
"
30
#include "
TMVA/Types.h
"
31
#include "
TMVA/OperatorList.hxx
"
32
33
#include "
TMVA/PyMethodBase.h
"
34
35
#include "
Rtypes.h
"
36
#include "
TString.h
"
37
38
39
namespace
TMVA
{
40
namespace
Experimental{
41
namespace
SOFIE{
42
namespace
PyKeras{
43
44
45
/// Parser function for translatng Keras .h5 model into a RModel object.
46
/// Accepts the file location of a Keras model and returns the
47
/// equivalent RModel object.
48
RModel
Parse
(std::string filename);
49
50
}
//PyKeras
51
}
//SOFIE
52
}
//Experimental
53
}
//TMVA
54
#endif
//TMVA_PYMVA_RMODELPARSER_KERAS
OperatorList.hxx
PyMethodBase.h
RModel.hxx
Rtypes.h
SOFIE_common.hxx
TString.h
TMVA::Experimental::SOFIE::RModel
Definition
RModel.hxx:22
TMVA::Experimental::SOFIE::PyKeras::Parse
RModel Parse(std::string filename)
Parser function for translatng Keras .h5 model into a RModel object.
Definition
RModelParser_Keras.cxx:405
TMVA
create variable transformations
Definition
GeneticMinimizer.h:22
Types.h
tmva
pymva
inc
TMVA
RModelParser_Keras.h
ROOT v6-26 - Reference Guide Generated on Mon Sep 11 2023 21:02:53 (GVA Time) using Doxygen 1.9.8