3#include "onnx_proto3.pb.h"
6namespace Experimental {
11 std::vector<std::string>
inputs;
14 for (
int i = 0; i <
nodeproto.input_size(); ++i) {
22 throw std::runtime_error(
"TMVA::SOFIE ONNX Parser Concat op has input tensor" +
input_name +
23 " but its type is not yet registered");
28 std::unique_ptr<ROperator>
op;
43 throw std::runtime_error(
"TMVA::SOFIE - Unsupported - Operator Concat does not yet support input type " +
size_t size(const MatrixT &matrix)
retrieve the size of a square matrix
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 ParseConcat
create variable transformations