3#include "onnx_proto3.pb.h"
6namespace Experimental {
16 else if (
nodeproto.op_type() ==
"Squeeze")
18 else if (
nodeproto.op_type() ==
"Unsqueeze")
30 throw std::runtime_error(
"TMVA::SOFIE ONNX Parser Reshape op has input tensor" +
input_name +
31 " but its type is not yet registered");
37 std::unique_ptr<ROperator>
op;
58 throw std::runtime_error(
"TMVA::SOFIE - Unsupported - Operator Reshape 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.
const_iterator begin() const
const_iterator end() const
bool IsRegisteredTensorType(const std::string &)
void RegisterTensorType(const std::string &, ETensorType)
ETensorType GetTensorType(const std::string &name)
ParserFuncSignature ParseReshape
std::function< std::unique_ptr< ROperator >(RModelParser_ONNX &, const onnx::NodeProto &)> ParserFuncSignature
create variable transformations