12 auto input_name = nodeproto.input(0);
16 throw std::runtime_error(
"TMVA::SOFIE ONNX Parser NonZero op has input tensor" + input_name +
17 " but its type is not yet registered");
20 std::string output_name = nodeproto.output(0);
22 std::unique_ptr<ROperator> op;
43 throw std::runtime_error(
"TMVA::SOFIE - Unsupported - Operator NonZero does not yet support input type " +
44 std::to_string(
static_cast<int>(input_type)));