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