3#include "onnx_proto3.pb.h"
6namespace Experimental {
16 throw std::runtime_error(
"TMVA::SOFIE ONNX Parser Split op has input tensor" +
input_name +
17 " but its type is not yet registered");
24 throw std::runtime_error(
"TMVA::SOFIE ONNX Parser Split op has input tensor" +
split_name +
25 " but its type is not yet registered");
31 for (
int i = 0; i <
nodeproto.attribute_size(); i++) {
40 throw std::runtime_error(
"TMVA::SOFIE ONNX Parser Split operator: attribute" +
attribute_name +
"is not yet supported");
50 throw std::runtime_error(
"TMVA::SOFIE ONNX Parser Split - invalid output size: " + std::to_string(
output_size) +
" instead of " +
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 ParseSplit
create variable transformations