Skip to content

Commit

Permalink
add support for vdt in generated file
Browse files Browse the repository at this point in the history
  • Loading branch information
lmoneta committed Jul 1, 2022
1 parent bebe103 commit 0e87df1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions root/tmva/sofie/EmitFromONNX.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ int main(int argc, char *argv[]){
RModelParser_ONNX parser;
std::cout << "Parsing file " << argv[1] << std::endl;
RModel model = parser.Parse(argv[1]);
model.SetUseVdt(true);
model.Generate();
model.OutputGenerated(outname);

Expand Down

0 comments on commit 0e87df1

Please sign in to comment.