3#include "onnx_proto3.pb.h"
6namespace Experimental {
12 throw std::runtime_error(
"TMVA::SOFIE ONNX Parser ScatterND op has invalid input size");
15 for (
int i = 0; i < 3; i++) {
17 throw std::runtime_error(
"TMVA::SOFIE ONNX Parser ScatterND op has input tensor " +
nodeproto.input(i)
18 +
" but its type is not yet registered");
24 throw std::runtime_error(
"TMVA::SOFIE ONNX parser ScatterND op has input tensors of different types: " +
30 for (
int i = 0; i <
nodeproto.attribute_size(); i++) {
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 ParseScatterND
std::string ConvertTypeToString(ETensorType type)
create variable transformations