25#ifndef TMVA_SOFIE_RMODELPARSER_PYTORCH
26#define TMVA_SOFIE_RMODELPARSER_PYTORCH
40namespace Experimental{
47RModel Parse(std::string filepath,std::vector<std::vector<size_t>> inputShapes, std::vector<ETensorType> dtype);
53RModel Parse(std::string filepath,std::vector<std::vector<size_t>> inputShapes);
RModel Parse(std::string filepath, std::vector< std::vector< size_t > > inputShapes, std::vector< ETensorType > dtype)
Parser function for translating PyTorch .pt model into a RModel object.
create variable transformations