Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
RModelParser_ONNX.hxx
Go to the documentation of this file.
1#ifndef TMVA_SOFIE_RMODELPARSER_ONNX
2#define TMVA_SOFIE_RMODELPARSER_ONNX
3
4
5
7#include "TMVA/RModel.hxx"
9
10#include <string>
11#include <fstream>
12#include <memory>
13#include <ctime>
14
15//forward delcaration
16namespace onnx{
17 class NodeProto;
18 class GraphProto;
19}
20
21namespace TMVA{
22namespace Experimental{
23namespace SOFIE{
24
25
27public:
28 RModel Parse(std::string filename);
29};
30
31
32
33}//SOFIE
34}//Experimental
35}//TMVA
36
37#endif //TMVA_SOFIE_RMODELPARSER_ONNX
create variable transformations