11 if (
addnode.input_size() != 2) {
12 throw std::runtime_error(
"TMVA::SOFIE - Cannot fuse Conv and Add - Add input size is not 2");
20 throw std::runtime_error(
"TMVA::SOFIE - Cannot fuse Conv and Add - output of Conv is not input to Add");
27 throw std::runtime_error(
"TMVA::SOFIE ONNX Parser Conv op has input tensor " +
input_name +
28 " but its type is not yet registered");
31 std::unique_ptr<ROperator>
op;
55 std::cout <<
"TMVA::SOFIE Warning - Model Loading - Attribute " <<
attribute_name <<
" in OperatorNode "
56 <<
convnode.name() <<
" is not defined in ONNX IR and not applied!\n";
67 throw std::runtime_error(
"TMVA::SOFIE - Unsupported - Operator Conv does not yet support input type " +