3#include "onnx_proto3.pb.h"
6namespace Experimental {
9template <EBasicUnaryOperator Op>
19 std::runtime_error(
"TMVA::SOFIE ONNX Parser Unary op has input tensor " +
input_name +
20 " but its type is not yet registered");
23 std::unique_ptr<ROperator>
op;
31 throw std::runtime_error(
"TMVA::SOFIE - Unsupported - Binary Operator 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)
ParserFuncSignature ParseSqrt
ParserFuncSignature ParseNeg
ParserFuncSignature ParseLog
std::unique_ptr< ROperator > ParseBasicUnary(RModelParser_ONNX &parser, const onnx::NodeProto &nodeproto)
ParserFuncSignature ParseExp
std::function< std::unique_ptr< ROperator >(RModelParser_ONNX &, const onnx::NodeProto &)> ParserFuncSignature
ParserFuncSignature ParseReciprocal
create variable transformations