Project
Loading...
Searching...
No Matches
o2::tpc::ORTRootSerializer Class Reference

#include <ORTRootSerializer.h>

Public Member Functions

 ORTRootSerializer ()=default
 
 ~ORTRootSerializer ()=default
 
void setOnnxModel (const char *onnxModel, uint32_t size)
 Initialize the serialization from a char* buffer containing the model.
 
const chargetONNXModel () const
 
uint32_t getONNXModelSize () const
 

Detailed Description

Definition at line 26 of file ORTRootSerializer.h.

Constructor & Destructor Documentation

◆ ORTRootSerializer()

o2::tpc::ORTRootSerializer::ORTRootSerializer ( )
default

◆ ~ORTRootSerializer()

o2::tpc::ORTRootSerializer::~ORTRootSerializer ( )
default

Member Function Documentation

◆ getONNXModel()

const char * o2::tpc::ORTRootSerializer::getONNXModel ( ) const
inline

Definition at line 33 of file ORTRootSerializer.h.

◆ getONNXModelSize()

uint32_t o2::tpc::ORTRootSerializer::getONNXModelSize ( ) const
inline

Definition at line 34 of file ORTRootSerializer.h.

◆ setOnnxModel()

void ORTRootSerializer::setOnnxModel ( const char onnxModel,
uint32_t  size 
)

Initialize the serialization from a char* buffer containing the model.

Definition at line 21 of file ORTRootSerializer.cxx.


The documentation for this class was generated from the following files: