14 for (
int i = 0;
i < 2; ++
i) {
15 auto input_name = nodeproto.input(
i);
23 std::runtime_error(
"TMVA::SOFIE ONNX parser Binary op has input tensors of different types");
26 throw std::runtime_error(
"TMVA::SOFIE ONNX Parser Binary op has input tensor " + input_name +
27 " but its type is not yet registered");
31 std::unique_ptr<ROperator> op;
32 std::string output_name = nodeproto.output(0);
39 throw std::runtime_error(
"TMVA::SOFIE - Unsupported - Binary Operator does not yet support input type " +
40 std::to_string(
static_cast<int>(input_type)));