3#include "onnx_proto3.pb.h"
6namespace Experimental {
16 throw std::runtime_error(
"TMVA::SOFIE ONNX Parser gemm op has input tensor" +
input_name +
17 " but its type is not yet registered");
20 std::unique_ptr<ROperator>
op;
27 for (
int i = 0; i <
nodeproto.attribute_size(); i++) {
36 throw std::runtime_error(
"TMVA::SOFIE Error - Model Loading - attribute transA in Operator Gemm not 0/1");
40 throw std::runtime_error(
"TMVA::SOFIE Error - Model Loading - attribute transB in Operator Gemm not 0/1");
42 std::cout <<
"TMVA::SOFIE Warning - Model Loading - Attribute " <<
attribute_name <<
" in OperatorNode "
43 <<
nodeproto.name() <<
" is not defined in ONNX IR and not applied!\n";
59 throw std::runtime_error(
"TMVA::SOFIE - Unsupported - Operator Gemm does not yet support input type " +
ROOT::Detail::TRangeCast< T, true > TRangeDynCast
TRangeDynCast is an adapter class that allows the typed iteration through a TCollection.
bool IsRegisteredTensorType(const std::string &)
void RegisterTensorType(const std::string &, ETensorType)
ETensorType GetTensorType(const std::string &name)
std::function< std::unique_ptr< ROperator >(RModelParser_ONNX &, const onnx::NodeProto &)> ParserFuncSignature
ParserFuncSignature ParseGemm
create variable transformations